summaryrefslogtreecommitdiff
path: root/unit2.lfm
blob: d0675233620675f985407f73b43bcb2ef2b5c86b (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 = 1690
  Height = 240
  Top = 197
  Width = 320
  Caption = 'Form2'
  ClientHeight = 240
  ClientWidth = 320
  LCLVersion = '1.6.0.4'
  object Button1: TButton
    Left = 80
    Height = 25
    Top = 16
    Width = 160
    Caption = 'Hochhausrätsel'
    OnClick = Button1Click
    TabOrder = 0
  end
  object Button2: TButton
    Left = 80
    Height = 25
    Top = 76
    Width = 160
    Caption = 'Buchstabenrätsel'
    OnClick = Button2Click
    TabOrder = 1
  end
end