mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:58:00 +02:00
108 lines
2.6 KiB
Plaintext
108 lines
2.6 KiB
Plaintext
object TabOrderDialog: TTabOrderDialog
|
|
Left = 381
|
|
Height = 387
|
|
Top = 167
|
|
Width = 310
|
|
ActiveControl = ItemTreeview
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'TabOrderDialog'
|
|
ClientHeight = 387
|
|
ClientWidth = 310
|
|
OnClose = TabOrderDialogCLOSE
|
|
OnCreate = TabOrderDialogCREATE
|
|
ParentFont = False
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.25'
|
|
object ArrowUp: TSpeedButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 279
|
|
Height = 25
|
|
Top = 120
|
|
Width = 25
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
end
|
|
object ArrowDown: TSpeedButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 279
|
|
Height = 25
|
|
Top = 176
|
|
Width = 25
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Around = 6
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
end
|
|
object ItemTreeview: TTreeView
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
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 = 146
|
|
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 = 162
|
|
Height = 26
|
|
Top = 355
|
|
Width = 59
|
|
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 = 227
|
|
Height = 26
|
|
Top = 355
|
|
Width = 77
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 3
|
|
end
|
|
end
|