lazarus/ide/ideoptionsdlg.lfm
2012-11-10 22:45:15 +00:00

191 lines
5.0 KiB
Plaintext

inherited IDEOptionsDialog: TIDEOptionsDialog
Left = 121
Height = 404
Top = 96
Width = 675
ActiveControl = FilterEdit
BorderIcons = [biSystemMenu]
Caption = 'IDEOptionsDialog'
ClientHeight = 404
ClientWidth = 675
Constraints.MinHeight = 350
Constraints.MinWidth = 500
OnShow = FormShow
Position = poScreenCenter
object ButtonPanel: TButtonPanel[0]
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
Left = 6
Height = 38
Top = 360
Width = 663
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
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[1]
Left = 255
Height = 360
Top = 0
Width = 4
end
object CategoryPanel: TPanel[2]
Left = 0
Height = 360
Top = 0
Width = 255
Align = alLeft
BevelOuter = bvNone
ClientHeight = 360
ClientWidth = 255
Constraints.MinWidth = 150
TabOrder = 2
object CategoryTree: TTreeView
AnchorSideLeft.Control = FilterEdit
AnchorSideTop.Control = FilterEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CategoryPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SettingsPanel
Left = 6
Height = 304
Top = 36
Width = 249
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 5
DefaultItemHeight = 18
ReadOnly = True
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
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 8
Width = 200
OnFilterItem = FilterEditFilterItem
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
Font.Color = clBtnShadow
MaxLength = 0
ParentFont = False
TabOrder = 1
FilteredTreeview = CategoryTree
end
object SettingsPanel: TPanel
Left = 0
Height = 20
Top = 340
Width = 255
Align = alBottom
AutoSize = True
Constraints.MinHeight = 20
TabOrder = 2
end
end
object BuildModeSelectPanel: TPanel[3]
AnchorSideLeft.Control = CatTVSplitter
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = EditorsPanel
AnchorSideRight.Side = asrBottom
Left = 259
Height = 40
Top = 0
Width = 413
Anchors = [akTop, akLeft, akRight]
ClientHeight = 40
ClientWidth = 413
TabOrder = 3
object BuildModeLabel: TLabel
Left = 12
Height = 15
Top = 10
Width = 68
Caption = 'Build Mode'
ParentColor = False
end
object BuildModeComboBox: TComboBox
AnchorSideLeft.Control = BuildModeLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BuildModeLabel
AnchorSideTop.Side = asrCenter
Left = 87
Height = 25
Top = 5
Width = 154
BorderSpacing.Left = 7
ItemHeight = 0
Items.Strings = (
'<All build modes>'
'Juha''s test mode'
'Another test mode'
)
TabOrder = 0
end
object BuildModeManageButton: TButton
AnchorSideLeft.Control = BuildModeComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BuildModeComboBox
AnchorSideTop.Side = asrCenter
Left = 248
Height = 25
Top = 5
Width = 27
BorderSpacing.Left = 7
Caption = '...'
OnClick = BuildModeManageButtonClick
TabOrder = 1
end
object Label1: TLabel
Left = 286
Height = 15
Top = 13
Width = 137
Caption = 'Under construction ...'
Color = clFuchsia
ParentColor = False
Transparent = False
end
end
object EditorsPanel: TScrollBox[4]
AnchorSideLeft.Control = CatTVSplitter
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BuildModeSelectPanel
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel
Left = 259
Height = 320
Top = 40
Width = 413
HorzScrollBar.Page = 409
HorzScrollBar.Tracking = True
VertScrollBar.Page = 316
VertScrollBar.Tracking = True
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 4
end
end