-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.lfm
52 lines (52 loc) · 949 Bytes
/
about.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
object AboutBox: TAboutBox
Left = 400
Height = 307
Top = 93
Width = 422
Caption = 'AboutBox'
ClientHeight = 307
ClientWidth = 422
OnCreate = FormCreate
LCLVersion = '2.0.8.0'
object Label1: TLabel
Left = 16
Height = 16
Top = 16
Width = 118
Caption = 'Datenbankmanager'
ParentColor = False
end
object VersionLabel: TLabel
Left = 160
Height = 16
Top = 16
Width = 78
Caption = 'VersionLabel'
ParentColor = False
end
object Label2: TLabel
Left = 16
Height = 16
Top = 96
Width = 58
Caption = '&Dateiinfo:'
FocusControl = FileInfoListBox
ParentColor = False
end
object FileInfoListBox: TListBox
Left = 16
Height = 168
Top = 112
Width = 400
ItemHeight = 0
TabOrder = 0
end
object AuthorLabel: TLabel
Left = 16
Height = 16
Top = 40
Width = 74
Caption = 'AuthorLabel'
ParentColor = False
end
end