blob: c16f297fb47cebccb700a2ea072cd368d8f8a627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
object Form1: TForm1
Left = 740
Height = 313
Top = 407
Width = 426
BorderStyle = bsSingle
Caption = 'Rätsel'
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
LCLVersion = '1.8.4.0'
end
|