mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 23:58:14 +02:00
94 lines
2.1 KiB
Plaintext
94 lines
2.1 KiB
Plaintext
object TabOrderDialog: TTabOrderDialog
|
|
Caption = 'TabOrderDialog'
|
|
ClientHeight = 387
|
|
ClientWidth = 310
|
|
OnClose = TabOrderDialogCLOSE
|
|
OnCreate = TabOrderDialogCREATE
|
|
PixelsPerInch = 96
|
|
HorzScrollBar.Page = 309
|
|
VertScrollBar.Page = 386
|
|
Left = 381
|
|
Height = 387
|
|
Top = 167
|
|
Width = 310
|
|
object UpSpeedbutton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.OnChange = nil
|
|
NumGlyphs = 0
|
|
OnClick = UpSpeedbuttonCLICK
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 265
|
|
Height = 25
|
|
Hint = 'Move Up'
|
|
Top = 119
|
|
Width = 25
|
|
end
|
|
object DownSpeedbutton: TSpeedButton
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.OnChange = nil
|
|
NumGlyphs = 0
|
|
OnClick = DownSpeedbuttonCLICK
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
Left = 265
|
|
Height = 25
|
|
Hint = 'Move Down'
|
|
Top = 165
|
|
Width = 25
|
|
end
|
|
object OkButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.OnChange = nil
|
|
Caption = 'Ok'
|
|
Default = True
|
|
OnClick = OkButtonCLICK
|
|
TabOrder = 0
|
|
Left = 120
|
|
Height = 25
|
|
Top = 350
|
|
Width = 75
|
|
end
|
|
object CancelButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.OnChange = nil
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
Left = 216
|
|
Height = 25
|
|
Top = 350
|
|
Width = 75
|
|
end
|
|
object ItemTreeview: TTreeView
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.OnChange = nil
|
|
DefaultItemHeight = 15
|
|
HideSelection = False
|
|
ParentCtl3D = False
|
|
RightClickSelect = True
|
|
TabOrder = 2
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
Left = 9
|
|
Height = 304
|
|
Top = 8
|
|
Width = 238
|
|
end
|
|
object ShowOldValuesCheckbox: TCheckBox
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.OnChange = nil
|
|
Caption = 'ShowOldValuesCheckbox'
|
|
OnClick = ShowOldValuesCheckboxCLICK
|
|
TabOrder = 3
|
|
Left = 9
|
|
Height = 20
|
|
Top = 320
|
|
Width = 171
|
|
end
|
|
object Imagelist1: TImageList
|
|
left = 56
|
|
top = 260
|
|
end
|
|
end
|