lazarus/components/editortoolbar/edttbconfigfrm.lfm
2012-05-19 18:32:55 +00:00

219 lines
5.2 KiB
Plaintext

object EdtTbConfigForm: TEdtTbConfigForm
Left = 375
Height = 437
Top = 200
Width = 651
ActiveControl = FilterEdit
Caption = 'EdtTbConfigForm'
ClientHeight = 437
ClientWidth = 651
OnCreate = FormCreate
LCLVersion = '1.1'
object lblMenuTree: TLabel
Left = 16
Height = 15
Top = 10
Width = 69
Caption = 'lblMenuTree'
ParentColor = False
end
object lblToolbar: TLabel
AnchorSideLeft.Control = btnAdd
AnchorSideLeft.Side = asrBottom
Left = 456
Height = 15
Top = 10
Width = 55
BorderSpacing.Left = 13
Caption = 'lblToolbar'
ParentColor = False
end
object btnRemove: TSpeedButton
AnchorSideLeft.Control = btnAdd
AnchorSideTop.Control = btnAdd
AnchorSideTop.Side = asrBottom
Left = 421
Height = 26
Top = 101
Width = 22
BorderSpacing.Top = 1
Enabled = False
NumGlyphs = 0
OnClick = btnRemoveClick
ShowHint = True
ParentShowHint = False
end
object btnAdd: TSpeedButton
AnchorSideLeft.Control = TV
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Side = asrBottom
Left = 421
Height = 26
Top = 74
Width = 22
BorderSpacing.Left = 13
BorderSpacing.Top = 1
Enabled = False
NumGlyphs = 0
OnClick = btnAddClick
ShowHint = True
ParentShowHint = False
end
object btnMoveUp: TSpeedButton
AnchorSideLeft.Control = btnRemove
Left = 421
Height = 26
Top = 157
Width = 22
Enabled = False
NumGlyphs = 0
OnClick = btnMoveUpClick
ShowHint = True
ParentShowHint = False
end
object btnMoveDown: TSpeedButton
AnchorSideLeft.Control = btnMoveUp
AnchorSideTop.Control = btnMoveUp
AnchorSideTop.Side = asrBottom
Left = 421
Height = 26
Top = 184
Width = 22
BorderSpacing.Top = 1
Enabled = False
NumGlyphs = 0
OnClick = btnMoveDownClick
ShowHint = True
ParentShowHint = False
end
object pnlButtons: TPanel
Left = 0
Height = 42
Top = 395
Width = 651
Align = alBottom
BevelOuter = bvNone
ClientHeight = 42
ClientWidth = 651
Color = clGreen
ParentColor = False
TabOrder = 4
object Bevel1: TBevel
Left = 0
Height = 2
Top = 0
Width = 651
Align = alTop
end
object btnOK: TButton
AnchorSideRight.Control = btnCancel
AnchorSideBottom.Control = pnlButtons
AnchorSideBottom.Side = asrBottom
Left = 488
Height = 25
Top = 11
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
BorderSpacing.InnerBorder = 4
Caption = 'btnOK'
Constraints.MaxHeight = 25
Constraints.MinHeight = 25
Constraints.MinWidth = 75
ModalResult = 1
OnClick = btnOKClick
TabOrder = 0
end
object btnCancel: TButton
AnchorSideRight.Control = pnlButtons
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = pnlButtons
AnchorSideBottom.Side = asrBottom
Left = 569
Height = 25
Top = 11
Width = 76
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'btnCancel'
Constraints.MaxHeight = 25
Constraints.MinHeight = 25
Constraints.MinWidth = 75
ModalResult = 2
TabOrder = 1
end
end
object btnAddDivider: TButton
AnchorSideBottom.Control = pnlButtons
Left = 504
Height = 25
Top = 364
Width = 96
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 4
Caption = 'btnAddDivider'
Constraints.MaxHeight = 25
Constraints.MinHeight = 25
Constraints.MinWidth = 75
OnClick = btnAddDividerClick
TabOrder = 3
end
object lbToolbar: TListBox
AnchorSideLeft.Control = lblToolbar
AnchorSideTop.Control = TV
AnchorSideBottom.Control = btnAddDivider
Left = 456
Height = 301
Top = 57
Width = 183
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 6
ItemHeight = 0
OnSelectionChange = lbToolbarSelectionChange
TabOrder = 2
end
object TV: TTreeView
AnchorSideLeft.Control = lblMenuTree
AnchorSideTop.Control = FilterEdit
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = pnlButtons
Left = 16
Height = 332
Top = 57
Width = 392
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 1
OnSelectionChanged = TVSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
object FilterEdit: TTreeFilterEdit
AnchorSideLeft.Control = lblMenuTree
AnchorSideTop.Control = lblMenuTree
AnchorSideTop.Side = asrBottom
Left = 16
Height = 20
Top = 31
Width = 192
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 0
BorderSpacing.Top = 6
MaxLength = 0
TabOrder = 0
FilteredTreeview = TV
ExpandAllInitially = True
end
end