-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcomedialog.lfm
66 lines (66 loc) · 1.9 KB
/
welcomedialog.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
object FirstStartForm: TFirstStartForm
Left = 651
Height = 299
Top = 140
Width = 590
Caption = 'Herzlich Willkommen...'
ClientHeight = 299
ClientWidth = 590
Color = 7354424
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
object WelcomeLabel: TLabel
AnchorSideTop.Control = Owner
Left = 0
Height = 168
Top = 10
Width = 590
Align = alTop
Alignment = taCenter
Anchors = [akTop]
BorderSpacing.Top = 10
Caption = 'Hallo!'#13#10'Das scheint das erste mal zu sein dass du den Digitaltrainer startest.'#13#10'Möchtest du gleich mit dem Tutorial anfangen?'#13#10#13#10'Wenn du das nicht möchtest findest du es später im Menü unter'#13#10'Aufgaben / Aufgaben ansehen.'#13#10#13#10'Du kannst dieses Fenster einfach schließen.'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object updatePaletteButton: TShape
AnchorSideLeft.Control = WelcomeLabel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = WelcomeLabel
AnchorSideTop.Side = asrBottom
Left = 230
Height = 65
Top = 188
Width = 130
BorderSpacing.Top = 10
Brush.Color = 6303792
OnMouseDown = startTutorialLabelMouseDown
Shape = stRoundRect
end
object startTutorialLabel: TLabel
AnchorSideLeft.Control = updatePaletteButton
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = updatePaletteButton
AnchorSideTop.Side = asrCenter
Left = 269
Height = 42
Top = 199
Width = 53
Alignment = taCenter
Caption = 'Tutorial'#13#10'starten'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = startTutorialLabelMouseDown
end
end