mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 15:32:46 +02:00
110 lines
2.7 KiB
Plaintext
110 lines
2.7 KiB
Plaintext
object TabOrderDialog: TTabOrderDialog
|
|
Left = 381
|
|
Height = 387
|
|
Top = 167
|
|
Width = 310
|
|
HorzScrollBar.Page = 309
|
|
VertScrollBar.Page = 386
|
|
ActiveControl = ItemTreeview
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'TabOrderDialog'
|
|
ClientHeight = 387
|
|
ClientWidth = 310
|
|
OnClose = TabOrderDialogCLOSE
|
|
OnCreate = TabOrderDialogCREATE
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.25'
|
|
object ItemTreeview: TTreeView
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = ArrowDown
|
|
AnchorSideBottom.Control = ShowOldValuesCheckbox
|
|
Left = 6
|
|
Height = 318
|
|
Top = 6
|
|
Width = 267
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
DefaultItemHeight = 15
|
|
HideSelection = False
|
|
ParentCtl3D = False
|
|
RightClickSelect = True
|
|
TabOrder = 0
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
object ShowOldValuesCheckbox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = CancelButton
|
|
Left = 6
|
|
Height = 19
|
|
Top = 330
|
|
Width = 149
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'ShowOldValuesCheckbox'
|
|
OnClick = ShowOldValuesCheckboxCLICK
|
|
TabOrder = 1
|
|
end
|
|
object OkButton: TBitBtn
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 160
|
|
Height = 26
|
|
Top = 355
|
|
Width = 60
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = '&OK'
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = OkButtonCLICK
|
|
TabOrder = 2
|
|
end
|
|
object CancelButton: TBitBtn
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 226
|
|
Height = 26
|
|
Top = 355
|
|
Width = 78
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
end
|
|
object ArrowUp: TArrow
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 279
|
|
Height = 25
|
|
Top = 120
|
|
Width = 25
|
|
Anchors = [akTop, akRight]
|
|
ArrowType = atUp
|
|
BorderSpacing.Around = 6
|
|
OnClick = UpSpeedbuttonCLICK
|
|
end
|
|
object ArrowDown: TArrow
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 279
|
|
Height = 25
|
|
Top = 176
|
|
Width = 25
|
|
Anchors = [akTop, akRight]
|
|
ArrowType = atDown
|
|
BorderSpacing.Around = 6
|
|
OnClick = DownSpeedbuttonCLICK
|
|
end
|
|
end
|