-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit1.lfm
64 lines (64 loc) · 1.11 KB
/
unit1.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
object Form1: TForm1
Left = 301
Height = 334
Top = 156
Width = 736
Caption = 'Form1'
ClientHeight = 334
ClientWidth = 736
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '1.2.0.3'
object Button1: TButton
Left = 15
Height = 25
Top = 8
Width = 227
Caption = 'Rescan'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 248
Height = 25
Top = 8
Width = 248
Caption = 'watch selected'
OnClick = Button2Click
TabOrder = 1
end
object ListBox1: TListBox
Left = 16
Height = 288
Top = 40
Width = 224
ItemHeight = 0
TabOrder = 2
end
object ListBox3: TListBox
Left = 248
Height = 265
Top = 39
Width = 480
ItemHeight = 0
TabOrder = 3
end
object Button3: TButton
Left = 504
Height = 25
Top = 8
Width = 224
Caption = 'Kill thread'
OnClick = Button3Click
TabOrder = 4
end
object CheckBox1: TCheckBox
Left = 252
Height = 19
Top = 309
Width = 83
Caption = 'Simple view'
OnChange = CheckBox1Change
TabOrder = 5
end
end