-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.lfm
42 lines (42 loc) · 991 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
object AboutBox: TAboutBox
Left = 459
Height = 309
Top = 190
Width = 410
Caption = 'AboutBox'
ClientHeight = 309
ClientWidth = 410
Position = poScreenCenter
LCLVersion = '2.0.4.0'
object Label1: TLabel
Left = 0
Height = 128
Top = 0
Width = 410
Align = alTop
Caption = 'Anwendungsname: Blood'#10'Autor: Andreas Jakobsche'#10'Lizenz: MIT '#10#10'Details, Quelltext und diese ausführbare Version gibt es auf GitHub.'#10'Dort kann man auch mitwirken, z.B. um diesen Dialog zu verbessern.'
ParentColor = False
WordWrap = True
end
object BitBtn1: TBitBtn
Left = 16
Height = 30
Top = 264
Width = 75
Anchors = [akLeft, akBottom]
Caption = '&Schließen'
Default = True
OnClick = BitBtn1Click
TabOrder = 0
end
object BitBtn2: TBitBtn
Left = 96
Height = 30
Top = 264
Width = 75
Anchors = [akLeft, akBottom]
Caption = '&GitHub'
OnClick = BitBtn2Click
TabOrder = 1
end
end