lazarus/ide/ideoptionsdlg.lfm

194 lines
5.3 KiB
Plaintext

object IDEOptionsDialog: TIDEOptionsDialog
Left = 372
Height = 625
Top = 202
Width = 1000
ActiveControl = FilterEdit
BorderIcons = [biSystemMenu]
Caption = 'IDEOptionsDialog'
ClientHeight = 625
ClientWidth = 1000
Constraints.MinHeight = 438
Constraints.MinWidth = 625
DesignTimePPI = 120
OnShow = FormShow
Position = poScreenCenter
object ButtonPanel: TButtonPanel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
Left = 8
Height = 38
Top = 579
Width = 984
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
BorderSpacing.Around = 0
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 0
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object CatTVSplitter: TSplitter
Left = 319
Height = 579
Top = 0
Width = 5
end
object CategoryPanel: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 579
Top = 0
Width = 319
Align = alLeft
BevelOuter = bvNone
ClientHeight = 579
ClientWidth = 319
Constraints.MinWidth = 188
TabOrder = 2
object CategoryTree: TTreeView
AnchorSideLeft.Control = FilterEdit
AnchorSideTop.Control = FilterEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CategoryPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SettingsPanel
Left = 8
Height = 527
Top = 44
Width = 311
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 8
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
OnChange = CategoryTreeChange
OnCollapsed = CategoryTreeCollapsed
OnExpanded = CategoryTreeExpanded
OnKeyDown = CategoryTreeKeyDown
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object FilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = CategoryPanel
AnchorSideTop.Control = CategoryPanel
AnchorSideRight.Side = asrBottom
Left = 8
Height = 28
Top = 8
Width = 311
OnFilterItem = FilterEditFilterItem
ButtonWidth = 29
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
NumGlyphs = 1
MaxLength = 0
TabOrder = 1
FilteredTreeview = CategoryTree
end
object SettingsPanel: TPanel
Left = 0
Height = 8
Top = 571
Width = 319
Align = alBottom
AutoSize = True
BevelOuter = bvNone
Constraints.MinHeight = 8
TabOrder = 2
end
end
object BuildModeSelectPanel: TPanel
AnchorSideLeft.Control = CatTVSplitter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = EditorsPanel
AnchorSideRight.Side = asrBottom
Left = 324
Height = 50
Top = 0
Width = 668
Anchors = [akTop, akLeft, akRight]
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 668
TabOrder = 3
object BuildModeComboBox: TComboBox
AnchorSideLeft.Control = BuildModesLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BuildModeSelectPanel
Left = 131
Height = 28
Top = 8
Width = 219
BorderSpacing.Left = 8
BorderSpacing.Top = 8
ItemHeight = 20
OnSelect = BuildModeComboBoxSelect
Style = csDropDownList
TabOrder = 0
end
object BuildModeManageButton: TButton
AnchorSideLeft.Control = BuildModeComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BuildModeComboBox
AnchorSideBottom.Control = BuildModeComboBox
AnchorSideBottom.Side = asrBottom
Left = 351
Height = 28
Top = 8
Width = 29
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 1
Caption = '...'
OnClick = BuildModeManageButtonClick
TabOrder = 1
end
object BuildModesLabel: TLabel
AnchorSideLeft.Control = BuildModeSelectPanel
AnchorSideTop.Control = BuildModeComboBox
AnchorSideTop.Side = asrCenter
Left = 8
Height = 20
Top = 12
Width = 115
BorderSpacing.Left = 8
Caption = 'BuildModesLabel'
Color = clDefault
ParentColor = False
end
end
object EditorsPanel: TScrollBox
AnchorSideLeft.Control = CatTVSplitter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BuildModeSelectPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 324
Height = 529
Top = 50
Width = 668
HorzScrollBar.Page = 1
HorzScrollBar.Tracking = True
VertScrollBar.Page = 1
VertScrollBar.Tracking = True
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 8
BorderStyle = bsNone
TabOrder = 4
end
end