-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.lfm
142 lines (142 loc) · 3.04 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
object AboutBox: TAboutBox
Left = 598
Height = 276
Top = 108
Width = 366
BorderStyle = bsDialog
Caption = 'Über Free Pascal Editor'
ClientHeight = 276
ClientWidth = 366
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.0.6.0'
object OKBtn: TBitBtn
Left = 146
Height = 30
Top = 241
Width = 75
Anchors = [akLeft, akBottom]
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
TabOrder = 0
end
object Label1: TLabel
Left = 8
Height = 40
Top = 8
Width = 352
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'Editor, der für Quelltexte in verschiedenen '#10'Programmiersprachen optimiert wird.'
ParentColor = False
WordWrap = True
end
object GroupBox1: TGroupBox
Left = 8
Height = 112
Top = 88
Width = 342
Anchors = [akTop, akLeft, akRight]
Caption = 'Initiator, Urheber'
ClientHeight = 93
ClientWidth = 332
TabOrder = 1
object Label3: TLabel
Left = 7
Height = 16
Top = 8
Width = 319
Anchors = [akTop, akLeft, akRight]
AutoSize = False
Caption = 'Copyright 2020 Andreas Jakobsche'
ParentColor = False
WordWrap = True
end
object BitBtn2: TBitBtn
Left = 7
Height = 30
Top = 32
Width = 75
Caption = '&E-Mail'
OnClick = BitBtn2Click
TabOrder = 0
end
object BitBtn3: TBitBtn
Left = 88
Height = 30
Top = 32
Width = 75
Caption = '&Telegram'
OnClick = BitBtn3Click
TabOrder = 1
end
object BitBtn4: TBitBtn
Left = 168
Height = 30
Top = 32
Width = 75
Caption = '&GitHub'
OnClick = BitBtn4Click
TabOrder = 2
end
object PatreonBtn: TBitBtn
Left = 248
Height = 30
Top = 32
Width = 75
Caption = '&Patreon'
OnClick = PatreonBtnClick
TabOrder = 3
end
object MediumBtn: TBitBtn
Left = 7
Height = 30
Top = 64
Width = 75
Caption = '&Medium'
OnClick = MediumBtnClick
TabOrder = 4
end
object FacebookBtn: TBitBtn
Left = 88
Height = 30
Top = 64
Width = 88
Caption = '&Facebook'
OnClick = FacebookBtnClick
TabOrder = 5
end
end
object VersionLabel: TLabel
Left = 8
Height = 16
Top = 48
Width = 66
Caption = 'Version 1.0'
ParentColor = False
end
object ContributorsBtn: TBitBtn
Left = 24
Height = 30
Top = 208
Width = 104
HelpType = htKeyword
HelpKeyword = 'HTML/contributors.html'
Caption = '&Mitwirkende'
OnClick = ContributorsBtnClick
TabOrder = 2
end
object IntroBtn: TBitBtn
Left = 119
Height = 30
Top = 49
Width = 75
HelpType = htKeyword
HelpKeyword = 'HTML/introduction.html'
Caption = '&Details'
OnClick = IntroBtnClick
TabOrder = 3
end
end