-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaskfinishedui.lfm
189 lines (189 loc) · 4.78 KB
/
taskfinishedui.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
object TaskFinishedDialog: TTaskFinishedDialog
Left = 2090
Height = 605
Top = 168
Width = 630
BorderStyle = bsSingle
Caption = 'Test beendet'
ClientHeight = 605
ClientWidth = 630
Color = 7354424
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
object SetEditModeShape: TShape
AnchorSideLeft.Side = asrBottom
Left = 8
Height = 65
Top = 536
Width = 150
BorderSpacing.Left = 15
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = SetEditModeShapeMouseDown
Shape = stRoundRect
end
object SetEditModeLabel: TLabel
AnchorSideLeft.Control = SetEditModeShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = SetEditModeShape
AnchorSideTop.Side = asrCenter
Left = 40
Height = 42
Top = 547
Width = 86
Alignment = taCenter
Caption = 'Zurück zum '#13#10'freien Editor'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = SetEditModeShapeMouseDown
end
object RestartChallengeShape: TShape
AnchorSideLeft.Side = asrBottom
Left = 160
Height = 65
Top = 536
Width = 150
BorderSpacing.Left = 15
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = RestartChallengeShapeMouseDown
Shape = stRoundRect
end
object RestartChallengeLabel: TLabel
AnchorSideLeft.Control = RestartChallengeShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = RestartChallengeShape
AnchorSideTop.Side = asrCenter
Left = 196
Height = 42
Top = 547
Width = 78
Alignment = taCenter
Caption = 'Aufgabe'#13#10'neu starten'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = RestartChallengeShapeMouseDown
end
object NextChallengeShape: TShape
AnchorSideLeft.Side = asrBottom
Left = 312
Height = 65
Top = 536
Width = 150
BorderSpacing.Left = 15
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = NextChallengeShapeMouseDown
Shape = stRoundRect
end
object NextChallengeLabel: TLabel
AnchorSideLeft.Control = NextChallengeShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = NextChallengeShape
AnchorSideTop.Side = asrCenter
Left = 358
Height = 42
Top = 547
Width = 58
Alignment = taCenter
Caption = 'Nächste'#13#10'Aufgabe'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = NextChallengeShapeMouseDown
end
object CancelShape: TShape
AnchorSideLeft.Side = asrBottom
Left = 464
Height = 65
Top = 536
Width = 150
BorderSpacing.Left = 15
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = CancelShapeMouseDown
Shape = stRoundRect
end
object CancelLabel: TLabel
AnchorSideLeft.Control = CancelShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = CancelShape
AnchorSideTop.Side = asrCenter
Left = 516
Height = 21
Top = 558
Width = 47
Alignment = taCenter
Caption = 'Zutück'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = CancelShapeMouseDown
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SetEditModeShape
Left = 10
Height = 521
Top = 10
Width = 620
Alignment = taCenter
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = False
BorderSpacing.Left = 10
BorderSpacing.Top = 10
Caption = '✓'
Font.Color = clBlack
Font.Height = 521
Font.Quality = fqCleartypeNatural
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OptimalFill = True
end
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SetEditModeShape
Left = 0
Height = 526
Top = 0
Width = 620
Alignment = taCenter
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = False
BorderSpacing.Right = 10
BorderSpacing.Bottom = 10
Caption = '✓'
Font.Color = clLime
Font.Height = 526
Font.Quality = fqCleartypeNatural
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OptimalFill = True
end
end