lazarus/lcl/dirsel.lfm
mattias 2091aa1ff3 set some TTreeView.ReadOnly to true
git-svn-id: trunk@18360 -
2009-01-20 20:19:40 +00:00

99 lines
2.1 KiB
Plaintext

object DirSelDlg: TDirSelDlg
Left = 425
Height = 330
Top = 231
Width = 335
ActiveControl = TV
BorderStyle = bsDialog
Caption = 'Select Directory'
ClientHeight = 330
ClientWidth = 335
FormStyle = fsStayOnTop
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '0.9.27'
object Panel1: TPanel
Left = 0
Height = 41
Top = 289
Width = 335
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 41
ClientWidth = 335
TabOrder = 2
TabStop = True
object btnOK: TButton
AnchorSideBottom.Side = asrBottom
Left = 172
Height = 29
Top = 6
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = 'btnOK'
Constraints.MinWidth = 75
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 253
Height = 29
Top = 6
Width = 76
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'btnCancel'
Constraints.MinWidth = 75
ModalResult = 2
TabOrder = 1
end
end
object DirectoryPanel: TPanel
Left = 0
Height = 24
Top = 0
Width = 335
Align = alTop
BevelOuter = bvNone
ClientHeight = 24
ClientWidth = 335
TabOrder = 1
TabStop = True
object lblDirectory: TLabel
Left = 140
Height = 17
Top = 4
Width = 76
Caption = '&Directory'
FocusControl = TV
Layout = tlCenter
ParentColor = False
end
end
object TV: TTreeView
Left = 6
Height = 253
Top = 30
Width = 323
Align = alClient
BorderSpacing.Around = 6
Constraints.MinHeight = 100
Constraints.MinWidth = 100
DefaultItemHeight = 19
ParentColor = True
ParentCtl3D = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
OnExpanded = TVExpanded
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
end
end