-
Notifications
You must be signed in to change notification settings - Fork 0
/
dtmain.lfm
761 lines (761 loc) · 20.3 KB
/
dtmain.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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
object DigitaltrainerMainForm: TDigitaltrainerMainForm
Left = 430
Height = 737
Top = 235
Width = 1277
Align = alTop
Caption = 'Digitaltrainer'
ClientHeight = 717
ClientWidth = 1277
Color = 8405056
Menu = MainMenu1
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
UseDockManager = True
LCLVersion = '2.2.2.0'
WindowState = wsMaximized
object Panel1: TPanel
Left = 0
Height = 80
Top = 0
Width = 1277
Align = alTop
BorderSpacing.InnerBorder = 5
BevelColor = clBlack
BevelOuter = bvNone
ClientHeight = 80
ClientWidth = 1277
Color = 7354424
ParentColor = False
TabOrder = 0
object ZoomInShape: TShape
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideBottom.Control = Panel1
Left = 5
Height = 65
Top = 5
Width = 65
BorderSpacing.Left = 5
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = ZoomInShapeMouseDown
Shape = stRoundRect
end
object ZoomInLabel: TLabel
AnchorSideLeft.Control = ZoomInShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ZoomInShape
AnchorSideTop.Side = asrCenter
Left = 16
Height = 30
Top = 22
Width = 43
Caption = '🔍+'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -21
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object ZoomOutShape: TShape
AnchorSideLeft.Control = ZoomInShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
Left = 75
Height = 65
Top = 5
Width = 65
BorderSpacing.Left = 5
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = ZoomOutShapeMouseDown
Shape = stRoundRect
end
object ZoomOutLabel: TLabel
AnchorSideLeft.Control = ZoomOutShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ZoomOutShape
AnchorSideTop.Side = asrCenter
Left = 89
Height = 30
Top = 22
Width = 37
Caption = '🔍-'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -21
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object ResetShape: TShape
AnchorSideLeft.Control = ZoomOutShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
Left = 155
Height = 65
Top = 5
Width = 65
BorderSpacing.Left = 15
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = ResetShapeMouseDown
Shape = stRoundRect
end
object ResetLabel: TLabel
AnchorSideLeft.Control = ResetShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ResetShape
AnchorSideTop.Side = asrCenter
Left = 170
Height = 21
Top = 27
Width = 34
Caption = 'reset'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object PlayPauseShape: TShape
AnchorSideLeft.Control = TestShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
Left = 294
Height = 65
Top = 5
Width = 65
BorderSpacing.Left = 4
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = PlayPauseShapeMouseDown
Shape = stRoundRect
end
object PlayPauseLabel: TLabel
AnchorSideLeft.Control = PlayPauseShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = PlayPauseShape
AnchorSideTop.Side = asrCenter
Left = 310
Height = 45
Top = 15
Width = 32
Caption = '⏵'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -32
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object SpeedBgShape: TShape
AnchorSideLeft.Control = PlayPauseShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
Left = 364
Height = 65
Top = 5
Width = 195
BorderSpacing.Left = 5
BorderSpacing.Top = 5
Brush.Color = 6303792
Shape = stRoundRect
end
object SpeedTrackBar: TTrackBar
AnchorSideLeft.Control = SpeedBgShape
AnchorSideTop.Control = SpeedBgShape
AnchorSideRight.Control = SpeedBgShape
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = SpeedBgShape
AnchorSideBottom.Side = asrBottom
Left = 367
Height = 40
Hint = 'Hier kannst du die Geschwindigkeit einstellen.'#13#10#13#10'Achtung:'#13#10'Bei maximaler Geschwindigkeit wird volle Kanne'#13#10'simuliert und die Oberfläche reagiert nicht mehr'#13#10'so schnell.'
Top = 27
Width = 189
Max = 34
OnChange = SpeedTrackBarChange
Position = 6
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 3
BorderSpacing.Right = 3
BorderSpacing.Bottom = 3
Color = 7354424
ParentColor = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object SpeedLabel: TLabel
AnchorSideLeft.Control = SpeedBgShape
AnchorSideTop.Control = SpeedBgShape
Left = 369
Height = 15
Top = 8
Width = 32
BorderSpacing.Left = 5
BorderSpacing.Top = 3
Caption = 'Speed'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object infoLabel: TLabel
AnchorSideLeft.Control = SpeedBgShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 563
Height = 72
Top = 4
Width = 710
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = False
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Right = 4
BorderSpacing.Bottom = 4
Font.Color = clWhite
ParentColor = False
ParentFont = False
OptimalFill = True
end
object TestShape: TShape
AnchorSideLeft.Control = ResetShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 224
Height = 65
Top = 5
Width = 65
BorderSpacing.Left = 4
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Brush.Color = 6303792
OnMouseDown = TestShapeMouseDown
Shape = stRoundRect
end
object TestLabel: TLabel
AnchorSideLeft.Control = TestShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = TestShape
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 244
Height = 21
Top = 27
Width = 25
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Caption = 'test'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
end
object PaletteScrollBar: TScrollBar
Left = 0
Height = 614
Top = 80
Width = 17
Align = alLeft
Kind = sbVertical
PageSize = 0
TabOrder = 1
OnScroll = PaletteScrollBarScroll
end
object BoardImage: TImage
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Cursor = crCross
Left = 17
Height = 614
Top = 80
Width = 1260
AntialiasingMode = amOn
Align = alClient
OnClick = BoardImageClick
OnResize = FormResize
ParentShowHint = False
ShowHint = True
StretchOutEnabled = False
StretchInEnabled = False
end
object SubPaletteComboBox: TComboBox
AnchorSideLeft.Control = BoardImage
AnchorSideTop.Control = BoardImage
AnchorSideRight.Side = asrBottom
Left = 19
Height = 21
Top = 82
Width = 151
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Left = 2
BorderSpacing.Top = 2
BorderSpacing.Right = 5
Color = 6303792
DropDownCount = 50
Font.Color = clWhite
ItemHeight = 15
OnDrawItem = SubPaletteComboBoxDrawItem
OnEditingDone = SubPaletteComboBoxEditingDone
ParentFont = False
Style = csOwnerDrawEditableFixed
TabOrder = 2
end
object BoardVerticalScrollbar: TScrollBar
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BoardHorizontalScrollBar
Left = 1260
Height = 620
Top = 80
Width = 17
Align = alCustom
Anchors = [akTop, akRight, akBottom]
Kind = sbVertical
PageSize = 0
TabOrder = 3
end
object BoardHorizontalScrollBar: TScrollBar
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = BoardVerticalScrollbar
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 184
Height = 17
Top = 700
Width = 1076
Anchors = [akLeft, akRight, akBottom]
PageSize = 0
TabOrder = 4
end
object propEditPanel: TPanel
Left = 216
Height = 272
Top = 128
Width = 308
BevelColor = clBlack
ClientHeight = 272
ClientWidth = 308
Color = 7354424
ParentColor = False
TabOrder = 5
Visible = False
object ValueListEditor1: TValueListEditor
AnchorSideLeft.Control = propEditPanel
AnchorSideTop.Control = propEditPanel
AnchorSideRight.Control = propEditPanel
AnchorSideRight.Side = asrBottom
Left = 6
Height = 188
Top = 6
Width = 296
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Color = 8405056
ExtendedSelect = False
FixedColor = 6303792
FixedCols = 0
Flat = True
Font.Color = clWhite
ParentFont = False
RowCount = 2
TabOrder = 0
TitleCaptions.Strings = (
'Eigenschaft'
'Wert'
)
ColWidths = (
64
231
)
end
object propDeleteButton: TShape
AnchorSideLeft.Control = ValueListEditor1
AnchorSideTop.Control = ValueListEditor1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 65
Top = 199
Width = 65
BorderSpacing.Top = 5
Brush.Color = 6303792
OnMouseDown = propDeleteButtonMouseDown
Shape = stRoundRect
end
object propDeleteLabel: TLabel
AnchorSideLeft.Control = propDeleteButton
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propDeleteButton
AnchorSideTop.Side = asrCenter
Left = 10
Height = 21
Top = 221
Width = 57
Caption = 'Löschen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object propEditShape: TShape
AnchorSideLeft.Control = propDeleteButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = propDeleteButton
Left = 76
Height = 65
Top = 199
Width = 80
BorderSpacing.Left = 5
Brush.Color = 6303792
OnMouseDown = propEditShapeMouseDown
Shape = stRoundRect
end
object propEditLabel: TLabel
AnchorSideLeft.Control = propEditShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propEditShape
AnchorSideTop.Side = asrCenter
Left = 79
Height = 42
Top = 210
Width = 74
Caption = 'Schaltung'#13#10'Bearbeiten'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object propOkShape: TShape
AnchorSideLeft.Control = propEditShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = propEditShape
Left = 161
Height = 65
Top = 199
Width = 65
BorderSpacing.Left = 5
Brush.Color = 6303792
OnMouseDown = propOkShapeMouseDown
Shape = stRoundRect
end
object propOkLabel: TLabel
AnchorSideLeft.Control = propOkShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propOkShape
AnchorSideTop.Side = asrCenter
Left = 180
Height = 21
Top = 221
Width = 27
Caption = 'O.K.'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object propCancelShape: TShape
AnchorSideLeft.Control = propOkShape
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = propOkShape
AnchorSideRight.Control = ValueListEditor1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = propEditPanel
AnchorSideBottom.Side = asrBottom
Left = 231
Height = 67
Top = 199
Width = 71
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 5
BorderSpacing.Bottom = 5
Brush.Color = 6303792
OnMouseDown = propCancelShapeMouseDown
Shape = stRoundRect
end
object propCancelLabel: TLabel
AnchorSideLeft.Control = propCancelShape
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propCancelShape
AnchorSideTop.Side = asrCenter
Left = 237
Height = 21
Top = 222
Width = 59
Caption = 'Abbruch'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
end
object selectionShape: TShape
Left = 336
Height = 65
Top = 440
Width = 65
Brush.Color = clNone
Brush.Style = bsClear
Pen.Color = 43775
OnMouseDown = selectionShapeMouseDown
Visible = False
end
object ioEdit: TEdit
Left = 946
Height = 23
Top = 257
Width = 80
Color = 6303792
Font.Color = clWhite
ParentFont = False
TabOrder = 6
Visible = False
end
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 694
Width = 1277
AutoHint = True
Panels = <>
end
object MainMenu1: TMainMenu
Left = 600
Top = 16
object miBoard: TMenuItem
Caption = '&Schaltung'
object miGoBack: TMenuItem
Caption = '&Zurück zur vorherigen'
Hint = 'Springt zurück zu dem was Du zuletzt bearbeitet hast.'
ShortCut = 16471
OnClick = miGoBackClick
end
object miNewBoard: TMenuItem
Caption = '&Neu'
Hint = 'Setzt die Schaltung zurück und schaltet auf den'#13#10'freien Bearbeitungsmodus um.'
ShortCut = 16462
OnClick = miNewBoardClick
end
object miTestBoard: TMenuItem
Caption = '&Testen'
ShortCut = 16468
OnClick = miTestBoardClick
end
object Separator1: TMenuItem
Caption = '-'
end
object miBackups: TMenuItem
Caption = 'Backups...'
Hint = 'Zeigt die automatisch generierten Backups an.'
OnClick = miBackupsClick
end
end
object miPalette: TMenuItem
Caption = '&Palette'
object miManagePalette: TMenuItem
Caption = 'Palette &verwalten'
Hint = 'Zeigt einen Dialog mit Verwaltungsmöglichkeiten'#13#10'zur Palette an.'
OnClick = miEditPaletteClick
end
object miAddToPalette: TMenuItem
Caption = '&Eintrag aus aktueller Schaltung erstellen'
Hint = 'Erstellt ein neues Bauelement aus der aktuellen Schaltung.'
ShortCut = 16464
OnClick = miAddToPaletteClick
end
end
object miChallengesMenu: TMenuItem
Caption = '&Aufgaben'
object miViewTasks: TMenuItem
Caption = '&Aufgaben ansehen'
Hint = 'Zeigt die Aufgaben an.'#13#10'Von dort aus kannst Du auch Aufgaben starten.'
OnClick = miTasksClick
end
object miCreateTask: TMenuItem
Caption = 'Aufgabe aus aktueller Schaltung &erstellen'
ShortCut = 16449
OnClick = miSaveAsTaskClick
end
object miStartNextUnsolvedTask: TMenuItem
Caption = '&Nächste Aufgabe lösen'
Hint = 'Startet die nächste ungelöste Aufgabe'
OnClick = miStartNextUnsolvedTaskClick
end
end
object miEdit: TMenuItem
Caption = '&Bearbeiten'
object miCopy: TMenuItem
Caption = '&Kopieren'
ShortCut = 16451
OnClick = miCopyClick
end
object miPaste: TMenuItem
Caption = '&Einfügen'
ShortCut = 16470
OnClick = miPasteClick
end
object miUndo: TMenuItem
Caption = '&Rückgängig'
ShortCut = 16474
OnClick = miUndoClick
end
object miRedo: TMenuItem
Caption = '&Wiederholen'
ShortCut = 16473
OnClick = miRedoClick
end
object miShrink: TMenuItem
Caption = '&Schrumpfen'
Hint = 'Verkleinert die Schaltung soweit wie möglich'
OnClick = miShrinkClick
end
end
object miView: TMenuItem
Caption = 'Ans&icht'
object miFullScreen: TMenuItem
Caption = '&Vollbild'
ShortCut = 122
ShortCutKey2 = 32781
OnClick = miFullScreenClick
end
object miEditMode: TMenuItem
Caption = '&Freier Modus'
Hint = 'Schaltet den "Freien Editor" an.'#13#10'Hat nur einen Effekt wenn gerade eine Aufgabe gelöst wird.'
OnClick = miEditModeClick
end
object miSimpleUI: TMenuItem
Caption = '&Vereinfachte UI'
Checked = True
Hint = 'Stellt die vereinfachte Darstellung an oder aus'
OnClick = miSimpleUIClick
end
object Separator2: TMenuItem
Caption = '-'
end
object miZoomIn: TMenuItem
Caption = 'Zoom in'
ShortCut = 16571
ShortCutKey2 = 16491
OnClick = miZoomInClick
end
object miZoomOut: TMenuItem
Caption = 'Zoom out'
ShortCut = 16573
ShortCutKey2 = 16493
OnClick = miZoomOutClick
end
object Separator3: TMenuItem
Caption = '-'
end
object MenuItem1: TMenuItem
Caption = 'Farbschema'
object miColorSchemeDefault: TMenuItem
AutoCheck = True
Caption = 'Standard'
Checked = True
RadioItem = True
OnClick = miColorSchemeDefaultClick
end
object miColorSchemeBlackOnWhite: TMenuItem
AutoCheck = True
Caption = 'Schwarz auf Weiß'
RadioItem = True
OnClick = miColorSchemeDefaultClick
end
object miColorSchemeNeon: TMenuItem
AutoCheck = True
Caption = 'Neon'
RadioItem = True
OnClick = miColorSchemeDefaultClick
end
object miColorSchemeRust: TMenuItem
AutoCheck = True
Caption = 'Rost'
RadioItem = True
OnClick = miColorSchemeDefaultClick
end
object miColorSchemeMediumGray: TMenuItem
AutoCheck = True
Caption = 'Nebel'
RadioItem = True
OnClick = miColorSchemeDefaultClick
end
object miColorSchemeDark: TMenuItem
AutoCheck = True
Caption = 'Dunkel'
RadioItem = True
OnClick = miColorSchemeDefaultClick
end
end
object Separator4: TMenuItem
Caption = '-'
end
object miAbout: TMenuItem
Caption = 'Über...'
OnClick = miAboutClick
end
end
end
object AnimationTimer: TTimer
Enabled = False
Interval = 25
Left = 170
Top = 180
end
object SimulationTimer: TTimer
Interval = 125
OnTimer = SimulationTimerTimer
Left = 250
Top = 259
end
object WireTimer: TIdleTimer
Interval = 100
OnTimer = WireTimerTimer
Left = 669
Top = 240
end
end