blob: 58ec92f31a9b5459e2c5fd3a4b3e90f494233b43 (
plain)
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
|
object Form2: TForm2
Left = 820
Height = 94
Top = 493
Width = 192
Caption = 'Rätsel'
ClientHeight = 94
ClientWidth = 192
LCLVersion = '1.8.4.0'
object Button1: TButton
Left = 16
Height = 25
Top = 56
Width = 160
Caption = 'Hochhausrätsel'
ModalResult = 314
TabOrder = 0
end
object Button2: TButton
Left = 16
Height = 25
Top = 16
Width = 160
Caption = 'Buchstabenrätsel'
ModalResult = 315
TabOrder = 1
end
end
|