-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.lfm
78 lines (78 loc) · 1.46 KB
/
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
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
object AboutBox: TAboutBox
Left = 495
Height = 339
Top = 132
Width = 442
BorderStyle = bsDialog
BorderWidth = 4
Caption = 'Über Class Chart'
ClientHeight = 339
ClientWidth = 442
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.6.0'
object StaticText1: TStaticText
Left = 16
Height = 24
Top = 8
Width = 408
Caption = 'Anzeigen von Klassen und ihrer Vererbungsstruktur'
Font.Height = -16
ParentFont = False
TabOrder = 0
end
object StaticText2: TStaticText
Left = 16
Height = 17
Top = 40
Width = 408
Caption = 'Version 1'
TabOrder = 1
end
object StaticText3: TStaticText
Left = 16
Height = 17
Top = 72
Width = 408
Caption = 'Copyright 2020 Andreas Jakobsche'
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 16
Height = 30
Top = 104
Width = 75
Caption = '&EMail'
OnClick = BitBtn1Click
TabOrder = 3
end
object BitBtn2: TBitBtn
Left = 96
Height = 30
Top = 104
Width = 136
Action = Form1.LicenseAction
TabOrder = 4
end
object OKBtn: TBitBtn
Left = 176
Height = 30
Top = 301
Width = 91
Anchors = [akLeft, akBottom]
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
TabOrder = 5
end
object BitBtn4: TBitBtn
Left = 240
Height = 30
Top = 104
Width = 88
Caption = '&Quelltext'
OnClick = BitBtn4Click
TabOrder = 6
end
end