lazarus/lcl/dirsel.lfm

98 lines
2.0 KiB
Plaintext

object DirSelDlg: TDirSelDlg
Left = 425
Height = 330
Top = 231
Width = 335
HorzScrollBar.Page = 334
HorzScrollBar.Range = 14
VertScrollBar.Page = 329
VertScrollBar.Range = 63
ActiveControl = TV
BorderStyle = bsDialog
Caption = 'Select Directory'
ClientHeight = 330
ClientWidth = 335
FormStyle = fsStayOnTop
OnShow = FormShow
Position = poScreenCenter
object Panel1: TPanel
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
Height = 24
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
ParentFont = True
ScrollBars = ssVertical
TabOrder = 0
OnExpanded = TVExpanded
end
end