mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 08:08:18 +02:00
114 lines
2.2 KiB
Plaintext
114 lines
2.2 KiB
Plaintext
object DirSelDlg: TDirSelDlg
|
|
ActiveControl = TV
|
|
BorderStyle = BSDIALOG
|
|
Caption = 'Select Directory'
|
|
ClientHeight = 330
|
|
ClientWidth = 335
|
|
FormStyle = FSSTAYONTOP
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = POSCREENCENTER
|
|
HorzScrollBar.Page = 336
|
|
HorzScrollBar.Range = 14
|
|
VertScrollBar.Page = 331
|
|
VertScrollBar.Range = 63
|
|
Left = 432
|
|
Height = 330
|
|
Top = 234
|
|
Width = 335
|
|
object Panel1: TPanel
|
|
Align = ALBOTTOM
|
|
BevelOuter = BVNONE
|
|
ClientHeight = 41
|
|
ClientWidth = 335
|
|
TabOrder = 0
|
|
TabStop = True
|
|
Height = 41
|
|
Top = 289
|
|
Width = 335
|
|
object Button1: TButton
|
|
Anchors = [AKRIGHT, AKBOTTOM]
|
|
ModalResult = 1
|
|
Caption = 'OK'
|
|
TabStop = True
|
|
TabOrder = 0
|
|
Left = 169
|
|
Height = 25
|
|
Top = 9
|
|
Width = 75
|
|
end
|
|
object Button2: TButton
|
|
Anchors = [AKRIGHT, AKBOTTOM]
|
|
ModalResult = 2
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
TabStop = True
|
|
TabOrder = 1
|
|
Left = 253
|
|
Height = 25
|
|
Top = 9
|
|
Width = 75
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Align = ALLEFT
|
|
BevelOuter = BVNONE
|
|
ClientHeight = 265
|
|
ClientWidth = 7
|
|
TabOrder = 1
|
|
TabStop = True
|
|
Height = 265
|
|
Top = 24
|
|
Width = 7
|
|
end
|
|
object Panel3: TPanel
|
|
Align = ALTOP
|
|
BevelOuter = BVNONE
|
|
ClientHeight = 24
|
|
ClientWidth = 335
|
|
TabOrder = 2
|
|
TabStop = True
|
|
Height = 24
|
|
Width = 335
|
|
object Label1: TLabel
|
|
Caption = '&Directory'
|
|
FocusControl = TV
|
|
Layout = TLCENTER
|
|
Left = 140
|
|
Height = 15
|
|
Top = 4
|
|
Width = 54
|
|
end
|
|
end
|
|
object Panel4: TPanel
|
|
Align = ALRIGHT
|
|
BevelOuter = BVNONE
|
|
ClientHeight = 265
|
|
ClientWidth = 7
|
|
TabOrder = 3
|
|
TabStop = True
|
|
Left = 328
|
|
Height = 265
|
|
Top = 24
|
|
Width = 7
|
|
end
|
|
object TV: TTreeView
|
|
Align = ALCLIENT
|
|
Constraints.MinHeight = 100
|
|
Constraints.MinWidth = 100
|
|
DefaultItemHeight = 17
|
|
DragCursor = 65524
|
|
ParentColor = True
|
|
ParentCtl3D = False
|
|
ParentFont = True
|
|
ScrollBars = SSVERTICAL
|
|
TabOrder = 4
|
|
OnDblClick = TVItemDoubleClick
|
|
OnExpanded = TVExpanded
|
|
Left = 7
|
|
Height = 265
|
|
Top = 24
|
|
Width = 321
|
|
end
|
|
end
|