summaryrefslogtreecommitdiff
path: root/unit2.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit2.lfm')
-rw-r--r--unit2.lfm20
1 files changed, 10 insertions, 10 deletions
diff --git a/unit2.lfm b/unit2.lfm
index d067523..381f031 100644
--- a/unit2.lfm
+++ b/unit2.lfm
@@ -1,28 +1,28 @@
object Form2: TForm2
Left = 1690
- Height = 240
+ Height = 94
Top = 197
- Width = 320
+ Width = 192
Caption = 'Form2'
- ClientHeight = 240
- ClientWidth = 320
+ ClientHeight = 94
+ ClientWidth = 192
LCLVersion = '1.6.0.4'
object Button1: TButton
- Left = 80
+ Left = 16
Height = 25
- Top = 16
+ Top = 56
Width = 160
Caption = 'Hochhausrätsel'
- OnClick = Button1Click
+ ModalResult = 314
TabOrder = 0
end
object Button2: TButton
- Left = 80
+ Left = 16
Height = 25
- Top = 76
+ Top = 16
Width = 160
Caption = 'Buchstabenrätsel'
- OnClick = Button2Click
+ ModalResult = 315
TabOrder = 1
end
end