-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.lfm
40 lines (40 loc) · 1.48 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
object AboutBox: TAboutBox
Left = 602
Height = 316
Top = 88
Width = 442
Caption = 'Über Karina'
ClientHeight = 316
ClientWidth = 442
OnCreate = FormCreate
OnResize = FormResize
Position = poMainFormCenter
LCLVersion = '2.0.2.0'
object ScrollBox1: TScrollBox
Left = 4
Height = 308
Top = 4
Width = 434
HorzScrollBar.Page = 541
HorzScrollBar.Range = 514
VertScrollBar.Page = 300
VertScrollBar.Range = 322
Align = alClient
AutoScroll = False
BorderSpacing.Around = 4
ClientHeight = 306
ClientWidth = 432
TabOrder = 0
OnResize = ScrollBox1Resize
object Label1: TLabel
Left = 0
Height = 376
Top = 0
Width = 400
AutoSize = False
Caption = 'Anwendung "Karina" zum Bearbeiten einfacher Textdateien'#10#10'Version 3.0'#10#10'Karina Winn gewidmet'#10#10'Zur Demonstration einer plattfurmunabhängigen GUI-App-Entwicklung mit "Lazarzus"-IDE'#10'von Andreas Jakobsche ([email protected], andis63.blogspot.de, www.jakobsche.de), Schopenhauerstraße 35C, 70565 Stuttgart programmiert und als Open Source-Projekt zur Verfügung gestellt.'#10#10'Das Quellprojekt kann unverändert unter '#10'Windows SE mit Intel-CPU oder'#10'Linux mit ARM- sowie Intel-CPU'#10'kompiliert werden. Dazu sind die Packages LCLPatch und streams von demselben Autor erforderlich.'#10#10'Teste weitere Plattformen!'
ParentColor = False
WordWrap = True
end
end
end