-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathufFileTree.lfm
81 lines (81 loc) · 1.61 KB
/
ufFileTree.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
object fFileTree: TfFileTree
Left = 712
Height = 240
Top = 442
Width = 518
Caption = 'fFileTree'
ClientHeight = 240
ClientWidth = 518
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poDesktopCenter
LCLVersion = '2.0.12.0'
object Panel1: TPanel
Left = 0
Height = 50
Top = 0
Width = 518
Align = alTop
ClientHeight = 50
ClientWidth = 518
TabOrder = 0
object bGetSelection: TButton
Left = 15
Height = 25
Top = 13
Width = 139
Caption = 'Get Selection'
OnClick = bGetSelectionClick
TabOrder = 0
end
object l: TLabel
Left = 180
Height = 19
Top = 21
Width = 4
Caption = 'l'
ParentColor = False
end
end
object Panel2: TPanel
Left = 0
Height = 190
Top = 50
Width = 518
Align = alClient
ClientHeight = 190
ClientWidth = 518
TabOrder = 1
object tv: TTreeView
Left = 1
Height = 188
Top = 1
Width = 361
Align = alClient
MultiSelect = True
TabOrder = 0
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object m: TMemo
Left = 367
Height = 188
Top = 1
Width = 150
Align = alRight
Lines.Strings = (
'm'
)
TabOrder = 1
end
object Splitter1: TSplitter
Left = 362
Height = 188
Top = 1
Width = 5
Align = alRight
Color = clLime
ParentColor = False
ResizeAnchor = akRight
end
end
end