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