mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-04 07:45:08 +01:00
92 lines
2.1 KiB
Plaintext
92 lines
2.1 KiB
Plaintext
object FormActStandard: TFormActStandard
|
|
Left = 294
|
|
Height = 483
|
|
Top = 184
|
|
Width = 330
|
|
ActiveControl = tvActStdList
|
|
BorderStyle = bsDialog
|
|
Caption = 'FormActStandard'
|
|
ClientHeight = 483
|
|
ClientWidth = 330
|
|
KeyPreview = True
|
|
OnClose = FormActStandardClose
|
|
OnKeyPress = FormActStandardKeyPress
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '0.9.27'
|
|
object LabelHeadLine: TLabel
|
|
Left = 12
|
|
Height = 18
|
|
Top = 9
|
|
Width = 95
|
|
Caption = 'LabelHeadLine'
|
|
ParentColor = False
|
|
end
|
|
object tvActStdList: TTreeView
|
|
AnchorSideBottom.Control = BtnPanel
|
|
Left = 8
|
|
Height = 395
|
|
Top = 32
|
|
Width = 313
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoExpand = True
|
|
BorderSpacing.Bottom = 6
|
|
Ctl3D = False
|
|
DefaultItemHeight = 19
|
|
HideSelection = False
|
|
HotTrack = True
|
|
ReadOnly = True
|
|
RightClickSelect = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
OnDblClick = tvActStdListDblClick
|
|
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
object BtnPanel: TPanel
|
|
Left = 0
|
|
Height = 50
|
|
Top = 433
|
|
Width = 330
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 6
|
|
ChildSizing.VerticalSpacing = 6
|
|
ClientHeight = 50
|
|
ClientWidth = 330
|
|
TabOrder = 1
|
|
object btnCancel: TBitBtn
|
|
Left = 165
|
|
Height = 38
|
|
Top = 6
|
|
Width = 78
|
|
Align = alRight
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 75
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 0
|
|
end
|
|
object btnOK: TBitBtn
|
|
Left = 249
|
|
Height = 38
|
|
Top = 6
|
|
Width = 75
|
|
Align = alRight
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
Caption = '&OK'
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = btnOKClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|