lazarus/designer/taborderdlg.lfm
2016-07-05 18:02:14 +00:00

73 lines
1.8 KiB
Plaintext

object TabOrderDialog: TTabOrderDialog
Left = 349
Height = 374
Top = 112
Width = 310
ActiveControl = ItemTreeview
Caption = 'TabOrderDialog'
ClientHeight = 374
ClientWidth = 310
OnCreate = TabOrderDialogCREATE
OnShow = FormShow
LCLVersion = '1.7'
Visible = True
object ArrowUp: TSpeedButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 279
Height = 25
Top = 120
Width = 25
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
OnClick = UpSpeedbuttonCLICK
ShowHint = True
ParentShowHint = False
end
object ArrowDown: TSpeedButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 279
Height = 25
Top = 176
Width = 25
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
OnClick = DownSpeedbuttonCLICK
ShowHint = True
ParentShowHint = False
end
object ItemTreeview: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 357
Top = 6
Width = 267
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
HideSelection = False
ReadOnly = True
RightClickSelect = True
TabOrder = 0
OnKeyDown = ItemTreeviewKeyDown
OnSelectionChanged = ItemTreeviewSelectionChanged
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
object SortByPositionButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 279
Height = 25
Top = 232
Width = 25
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
GlyphShowMode = gsmAlways
OnClick = SortByPositionButtonClick
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
end