lazarus/ide/ideoptionsdlg.lfm

208 lines
5.1 KiB
Plaintext

inherited IDEOptionsDialog: TIDEOptionsDialog
Left = 370
Top = 202
ActiveControl = FilterEdit
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'IDEOptionsDialog'
Constraints.MinHeight = 350
Constraints.MinWidth = 500
KeyPreview = True
Position = poWorkAreaCenter
OnClose = FormClose
OnKeyDown = FormKeyDown
OnShow = FormShow
object ButtonPanel: TButtonPanel[0]
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
Left = 6
Height = 34
Top = 460
Width = 788
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
BorderSpacing.Around = 0
OKButton.Name = 'OKButton'
OKButton.Hint = '[Ctrl+Enter]'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.Hint = '[F1]'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Hint = '[Esc]'
CancelButton.DefaultCaption = True
TabOrder = 3
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object Splitter: TSplitter[1]
Left = 261
Height = 460
Top = 0
Width = 6
end
object LeftPanel: TPanel[2]
Left = 6
Height = 460
Top = 0
Width = 255
Align = alLeft
BorderSpacing.Left = 6
BevelOuter = bvNone
ClientHeight = 460
ClientWidth = 255
Constraints.MinWidth = 150
TabOrder = 0
object SettingsPanel: TPanel
Left = 0
Height = 6
Top = 454
Width = 255
Align = alBottom
AutoSize = True
BevelOuter = bvNone
Constraints.MinHeight = 6
TabOrder = 0
end
object CategoryPanel: TPanel
Left = 0
Height = 454
Top = 0
Width = 255
Align = alClient
BevelOuter = bvNone
ClientHeight = 454
ClientWidth = 255
TabOrder = 1
object FilterEdit: TTreeFilterEdit
Left = 0
Height = 23
Hint = '[Ctrl+F]'
Top = 6
Width = 255
CharCase = ecNormal
OnFilterItem = FilterEditFilterItem
ButtonWidth = 23
Align = alTop
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
FilteredTreeview = CategoryTree
ExpandAllInitially = True
end
object CategoryTree: TTreeView
Left = 0
Height = 419
Top = 35
Width = 255
Align = alClient
BorderSpacing.Top = 6
HideSelection = False
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 1
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
OnChange = CategoryTreeChange
OnCollapsed = CategoryTreeCollapsed
OnCustomDrawItem = CategoryTreeCustomDrawItem
OnExpanded = CategoryTreeExpanded
OnKeyDown = CategoryTreeKeyDown
end
end
end
object RightPanel: TPanel[3]
Left = 267
Height = 454
Top = 6
Width = 527
Align = alClient
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BevelOuter = bvNone
ClientHeight = 454
ClientWidth = 527
TabOrder = 1
object BuildModeSelectPanel: TPanel
Left = 0
Height = 46
Top = 0
Width = 527
Align = alTop
AutoSize = True
BevelOuter = bvNone
ClientHeight = 46
ClientWidth = 527
TabOrder = 1
object BuildModesLabel: TLabel
Left = 0
Height = 23
Top = 0
Width = 94
Align = alLeft
Caption = 'BuildModesLabel'
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
end
object BuildModeComboBox: TComboBox
Left = 100
Height = 23
Top = 0
Width = 144
Align = alLeft
BorderSpacing.Left = 6
ItemHeight = 15
ParentShowHint = False
ShowHint = True
Style = csDropDownList
TabOrder = 0
OnSelect = BuildModeComboBoxSelect
end
object BuildModeManageButton: TSpeedButton
Left = 248
Height = 23
Top = 0
Width = 23
Align = alLeft
BorderSpacing.Left = 4
ShowHint = True
ParentFont = False
ParentShowHint = False
OnClick = BuildModeManageButtonClick
end
object BuildModeDividerBevel: TDividerBevel
Left = 0
Height = 15
Top = 27
Width = 527
Align = alBottom
BorderSpacing.Top = 4
BorderSpacing.Bottom = 4
Font.Style = [fsBold]
ParentFont = False
end
end
object EditorsPanel: TScrollBox
Left = 0
Height = 402
Top = 46
Width = 527
HorzScrollBar.Page = 1
HorzScrollBar.Tracking = True
VertScrollBar.Page = 1
VertScrollBar.Tracking = True
Align = alClient
BorderSpacing.Bottom = 6
BorderStyle = bsNone
TabOrder = 0
end
end
end