-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathunit7.lfm
67 lines (67 loc) · 1.25 KB
/
unit7.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
object Form7: TForm7
Left = 250
Height = 296
Top = 120
Width = 560
Caption = 'Form7'
ClientHeight = 296
ClientWidth = 560
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.3'
object ListBox1: TListBox
Left = 8
Height = 248
Top = 8
Width = 544
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
ScrollWidth = 540
TabOrder = 0
TopIndex = -1
end
object Button1: TButton
Left = 8
Height = 25
Top = 264
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Add'
OnClick = Button1Click
TabOrder = 1
end
object Button2: TButton
Left = 96
Height = 25
Top = 264
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Del'
OnClick = Button2Click
TabOrder = 2
end
object Button3: TButton
Left = 392
Height = 25
Top = 263
Width = 75
Anchors = [akRight, akBottom]
Caption = 'OK'
OnClick = Button3Click
TabOrder = 3
end
object Button4: TButton
Left = 477
Height = 25
Top = 263
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Cancel'
OnClick = Button4Click
TabOrder = 4
end
object SelectDirectoryDialog1: TSelectDirectoryDialog
left = 72
top = 216
end
end