lazarus/ide/toolbarconfig.lfm
2015-10-06 15:45:49 +00:00

228 lines
5.5 KiB
Plaintext

object ToolBarConfig: TToolBarConfig
Left = 583
Height = 457
Top = 263
Width = 696
Caption = 'ToolBarConfig'
ClientHeight = 457
ClientWidth = 696
Constraints.MinHeight = 350
Constraints.MinWidth = 500
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.5'
object lblMenuTree: TLabel
AnchorSideLeft.Control = TV
AnchorSideLeft.Side = asrCenter
Left = 145
Height = 17
Top = 14
Width = 83
Caption = 'lblMenuTree'
ParentColor = False
end
object lblToolbar: TLabel
AnchorSideLeft.Control = lvToolbar
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = lblMenuTree
Left = 507
Height = 17
Top = 14
Width = 69
Caption = 'lblToolbar'
ParentColor = False
end
object btnRemove: TSpeedButton
AnchorSideLeft.Control = btnAdd
AnchorSideTop.Control = btnAdd
AnchorSideTop.Side = asrBottom
Left = 375
Height = 26
Top = 122
Width = 22
BorderSpacing.Top = 1
Enabled = False
OnClick = btnRemoveClick
ShowHint = True
ParentShowHint = False
end
object btnAdd: TSpeedButton
AnchorSideLeft.Control = Splitter1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TV
Left = 375
Height = 26
Top = 95
Width = 22
BorderSpacing.Left = 6
BorderSpacing.Top = 25
Enabled = False
OnClick = btnAddClick
ShowHint = True
ParentShowHint = False
end
object btnMoveUp: TSpeedButton
AnchorSideLeft.Control = btnRemove
AnchorSideTop.Control = btnRemove
AnchorSideTop.Side = asrBottom
Left = 375
Height = 26
Top = 173
Width = 22
BorderSpacing.Top = 25
Enabled = False
OnClick = btnMoveUpClick
ShowHint = True
ParentShowHint = False
end
object btnMoveDown: TSpeedButton
AnchorSideLeft.Control = btnMoveUp
AnchorSideTop.Control = btnMoveUp
AnchorSideTop.Side = asrBottom
Left = 375
Height = 26
Top = 200
Width = 22
BorderSpacing.Top = 1
Enabled = False
OnClick = btnMoveDownClick
ShowHint = True
ParentShowHint = False
end
object TV: TTreeView
AnchorSideLeft.Control = FilterEdit
AnchorSideTop.Control = FilterEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Splitter1
Left = 16
Height = 339
Top = 70
Width = 341
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
BorderSpacing.Right = 3
BorderSpacing.Bottom = 6
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 1
OnSelectionChanged = TVSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
object FilterEdit: TTreeFilterEdit
AnchorSideTop.Side = asrBottom
Left = 16
Height = 27
Top = 37
Width = 192
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 1
BorderSpacing.Top = 6
MaxLength = 0
ParentFont = False
TabOrder = 0
FilteredTreeview = TV
ExpandAllInitially = True
end
object Splitter1: TSplitter
AnchorSideLeft.Control = TV
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TV
AnchorSideBottom.Control = TV
AnchorSideBottom.Side = asrBottom
Left = 360
Height = 339
Top = 70
Width = 9
Align = alNone
Anchors = [akTop, akBottom]
end
object lvToolbar: TListView
AnchorSideLeft.Control = btnAdd
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TV
Left = 403
Height = 339
Top = 70
Width = 277
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Bottom = 37
Columns = <
item
AutoSize = True
Caption = 'Name'
Width = 275
end>
HideSelection = False
ReadOnly = True
ScrollBars = ssAutoBoth
ShowColumnHeaders = False
TabOrder = 3
ViewStyle = vsReport
OnDrawItem = lvToolbarDrawItem
OnSelectItem = lvToolbarSelectItem
end
object sbAddDivider: TSpeedButton
AnchorSideLeft.Control = btnAdd
AnchorSideTop.Control = btnMoveDown
AnchorSideTop.Side = asrBottom
Left = 375
Height = 26
Top = 352
Width = 22
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 50
OnClick = btnAddDividerClick
ShowHint = True
ParentShowHint = False
end
object lbSelect: TLabel
AnchorSideLeft.Control = lvToolbar
AnchorSideTop.Control = FilterEdit
AnchorSideRight.Control = lvToolbar
AnchorSideRight.Side = asrBottom
Left = 626
Height = 17
Top = 37
Width = 54
Anchors = [akTop, akRight]
Caption = 'lbSelect'
ParentColor = False
Visible = False
end
object btnClear: TSpeedButton
AnchorSideLeft.Control = btnAdd
AnchorSideBottom.Control = lvToolbar
AnchorSideBottom.Side = asrBottom
Left = 375
Height = 26
Top = 383
Width = 22
Anchors = [akLeft, akBottom]
Enabled = False
OnClick = btnClearClick
ShowHint = True
ParentShowHint = False
end
object pnlButtons: TButtonPanel
Left = 6
Height = 37
Top = 414
Width = 684
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
HelpButton.OnClick = btnHelpClick
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 4
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowGlyphs = [pbOK, pbCancel, pbHelp]
end
end