summaryrefslogtreecommitdiff
path: root/unit1.lfm
blob: 9d5b43db04a2d4e7f16ed13e7a73ac62c4560b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
object Form1: TForm1
  Left = 1722
  Height = 313
  Top = 389
  Width = 426
  BorderStyle = bsSingle
  Caption = 'Rätsel'
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  LCLVersion = '1.6.0.4'
end