-
Notifications
You must be signed in to change notification settings - Fork 0
/
taskhandlingui.lfm
440 lines (440 loc) · 11.9 KB
/
taskhandlingui.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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
object ChallengeHandlingDialog: TChallengeHandlingDialog
Left = 736
Height = 413
Top = 330
Width = 850
Caption = 'Aufgaben'
ClientHeight = 413
ClientWidth = 850
Color = 7354424
OnCreate = FormCreate
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
object ChallengesGrid: TStringGrid
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = MarkAllShape
AnchorSideBottom.Control = ChallengesMemo
Left = 4
Height = 266
Top = 4
Width = 756
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
Color = 8405056
ColCount = 4
Columns = <
item
ReadOnly = True
Title.Caption = 'Titel'
end
item
ReadOnly = True
Title.Caption = 'Gelöst'
end
item
ReadOnly = True
Title.Caption = 'Level'
end
item
ButtonStyle = cbsCheckboxColumn
Title.Caption = 'exportieren'
ValueChecked = 'x'
ValueUnchecked = ' '
end>
ExtendedSelect = False
FixedColor = 6303792
FixedCols = 0
Flat = True
Font.Color = clWhite
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goRowSelect, goDblClickAutoSize, goSmoothScroll]
ParentFont = False
TabOrder = 0
OnGetCheckboxState = ChallengesGridGetCheckboxState
OnSelection = ChallengesGridSelection
OnSetCheckboxState = ChallengesGridSetCheckboxState
Cells = (
1
0
0
'Titel'
)
end
object ChallengesMemo: TMemo
AnchorSideLeft.Control = ChallengesGrid
AnchorSideTop.Control = ChallengesGrid
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = StartTaskShape
Left = 4
Height = 90
Top = 275
Width = 841
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Color = 8405056
Font.Color = clWhite
ParentFont = False
ReadOnly = True
TabOrder = 1
end
object DeleteTaskShape: TShape
AnchorSideRight.Control = EditTaskShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 385
Height = 39
Top = 370
Width = 150
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 4
BorderSpacing.Bottom = 4
Brush.Color = 6303792
OnMouseDown = DeleteTaskShapeMouseDown
Shape = stRoundRect
end
object DeleteTaskLabel: TLabel
AnchorSideLeft.Control = DeleteTaskShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DeleteTaskShape
AnchorSideTop.Side = asrCenter
Left = 403
Height = 21
Top = 379
Width = 115
Caption = 'Aufgabe löschen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = DeleteTaskShapeMouseDown
end
object StartTaskShape: TShape
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 695
Height = 39
Top = 370
Width = 150
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
Brush.Color = 6303792
OnMouseDown = StartTaskShapeMouseDown
Shape = stRoundRect
end
object StartTaskLabel: TLabel
AnchorSideLeft.Control = StartTaskShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = StartTaskShape
AnchorSideTop.Side = asrCenter
Left = 715
Height = 21
Top = 379
Width = 110
Caption = 'Aufgabe starten'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = StartTaskShapeMouseDown
end
object EditTaskShape: TShape
AnchorSideRight.Control = StartTaskShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 540
Height = 39
Top = 370
Width = 150
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
Brush.Color = 6303792
OnMouseDown = EditTaskShapeMouseDown
Shape = stRoundRect
end
object EditTaskLabel: TLabel
AnchorSideLeft.Control = EditTaskShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = EditTaskShape
AnchorSideTop.Side = asrCenter
Left = 547
Height = 21
Top = 379
Width = 136
Caption = 'Aufgabe bearbeiten'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = EditTaskShapeMouseDown
end
object MoveTaskDownShape: TShape
AnchorSideTop.Control = MoveTaskUpShape
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 806
Height = 39
Top = 137
Width = 39
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
Brush.Color = 6303792
OnMouseDown = MoveTaskDownShapeMouseDown
Shape = stRoundRect
end
object MoveTaskDownLabel: TLabel
AnchorSideLeft.Control = MoveTaskDownShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MoveTaskDownShape
AnchorSideTop.Side = asrCenter
Left = 821
Height = 21
Top = 146
Width = 8
Caption = '↓'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MoveTaskDownShapeMouseDown
end
object MoveTaskUpShape: TShape
AnchorSideTop.Control = MarkNoneShape
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 806
Height = 39
Top = 93
Width = 39
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 4
Brush.Color = 6303792
OnMouseDown = MoveTaskUpShapeMouseDown
Shape = stRoundRect
end
object MoveTaskUpLabel: TLabel
AnchorSideLeft.Control = MoveTaskUpShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MoveTaskUpShape
AnchorSideTop.Side = asrCenter
Left = 821
Height = 21
Top = 102
Width = 8
Caption = '↑'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MoveTaskUpShapeMouseDown
end
object MarkAllShape: TShape
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 765
Height = 39
Top = 5
Width = 80
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = MarkAllShapeMouseDown
Shape = stRoundRect
end
object MarkAllLabel: TLabel
AnchorSideLeft.Control = MarkAllShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MarkAllShape
AnchorSideTop.Side = asrCenter
Left = 785
Height = 21
Top = 14
Width = 40
Caption = '✓ alle'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MarkAllShapeMouseDown
end
object MarkNoneShape: TShape
AnchorSideTop.Control = MarkAllShape
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 765
Height = 39
Top = 49
Width = 80
Anchors = [akTop, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = MarkNoneShapeMouseDown
Shape = stRoundRect
end
object MarkNoneLabel: TLabel
AnchorSideLeft.Control = MarkNoneShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MarkNoneShape
AnchorSideTop.Side = asrCenter
Left = 779
Height = 21
Top = 58
Width = 53
Caption = '✓ keine'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = MarkNoneShapeMouseDown
end
object ImportShape: TShape
AnchorSideRight.Control = DeleteTaskShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 217
Height = 39
Top = 369
Width = 163
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = ImportShapeMouseDown
Shape = stRoundRect
end
object ImportLabel: TLabel
AnchorSideLeft.Control = ImportShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ImportShape
AnchorSideTop.Side = asrCenter
Left = 222
Height = 21
Top = 378
Width = 153
Caption = 'Aufgaben importieren'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = ImportShapeMouseDown
end
object ExportShape: TShape
AnchorSideRight.Control = ImportShape
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 9
Height = 39
Top = 369
Width = 203
Anchors = [akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = ExportShapeMouseDown
Shape = stRoundRect
end
object ExportLabel: TLabel
AnchorSideLeft.Control = ExportShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ExportShape
AnchorSideTop.Side = asrCenter
Left = 24
Height = 21
Top = 378
Width = 172
Caption = 'Ausgewählte exportieren'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = ExportShapeMouseDown
end
object SaveDialog1: TSaveDialog
DefaultExt = '.challenges'
Filter = 'Challenges|*.challenges'
FilterIndex = 0
Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
Left = 240
Top = 119
end
object OpenDialog1: TOpenDialog
DefaultExt = '.challenges'
Filter = 'Challenges|*.challenges'
FilterIndex = 0
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
Left = 369
Top = 132
end
end