-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathUnit4.lfm
80 lines (80 loc) · 3.16 KB
/
Unit4.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
object Form4: TForm4
Left = 323
Height = 298
Top = 107
Width = 555
ActiveControl = TreeView1
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Form4'
ClientHeight = 298
ClientWidth = 555
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
object TreeView1: TTreeView
Left = 8
Height = 233
Top = 8
Width = 200
Images = Form1.ImageList1
Indent = 19
ReadOnly = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
Items.Data = {
F9FFFFFF0200050000001400000014000000FFFFFFFFFFFFFFFF020000000000
0000010500000052756C65731400000014000000FFFFFFFFFFFFFFFF00000000
00000000000C000000486F7720746F20736F6C76651600000016000000FFFFFF
FFFFFFFFFF00000000000000000008000000436F6E74726F6C73130000001300
0000FFFFFFFFFFFFFFFF02000000000000000107000000456666656374730000
000000000000FFFFFFFFFFFFFFFF0000000000000000000C0000004C696E6520
656666656374730900000009000000FFFFFFFFFFFFFFFF000000000000000000
0B000000486967686C6967687465721200000012000000FFFFFFFFFFFFFFFF02
00000000000000010700000050656E63696C731200000012000000FFFFFFFFFF
FFFFFF0000000000000000000C0000004C696E652070656E63696C7312000000
12000000FFFFFFFFFFFFFFFF0000000000000000000D0000004669656C642070
656E63696C731500000015000000FFFFFFFFFFFFFFFF00000000000000000007
0000004E756D626572731400000014000000FFFFFFFFFFFFFFFF0A0000000000
00000106000000416374696F6E1400000014000000FFFFFFFFFFFFFFFF000000
0000000000001000000062792068696464656E2073696E676C65140000001400
0000FFFFFFFFFFFFFFFF0000000000000000000F0000006279206E616B656420
73696E676C651400000014000000FFFFFFFFFFFFFFFF0000000000000000001F
000000627920626C6F636B20616E6420636F6C756D6E20696E74656772617469
6F6E1400000014000000FFFFFFFFFFFFFFFF0000000000000000001E00000062
7920626C6F636B20616E6420626C6F636B20696E746567726174696F6E140000
0014000000FFFFFFFFFFFFFFFF0000000000000000000F0000006279206E616B
6564207375627365741400000014000000FFFFFFFFFFFFFFFF00000000000000
00001000000062792068696464656E207375627365741400000014000000FFFF
FFFFFFFFFFFF0000000000000000001700000062792058202D2057696E67202F
2053776F7264666973681400000014000000FFFFFFFFFFFFFFFF000000000000
0000000C0000006279205859202D2057696E671400000014000000FFFFFFFFFF
FFFFFF00000000000000000011000000627920466F7263696E6720436861696E
731400000014000000FFFFFFFFFFFFFFFF000000000000000000100000006279
2074727920616E64206572726F72
}
OnClick = TreeView1Click
OnGetSelectedIndex = TreeView1GetSelectedIndex
end
object Button1: TButton
Left = 8
Height = 33
Top = 256
Width = 528
Caption = 'OK'
TabOrder = 1
OnClick = Button1Click
end
object Memo1: TMemo
Left = 216
Height = 233
Top = 8
Width = 329
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 2
TabStop = False
end
end