summaryrefslogtreecommitdiff
path: root/unit2.lfm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-09-10 16:35:18 +0200
committerErich Eckner <git@eckner.net>2016-09-10 16:35:18 +0200
commita0b9d3beeb68e0213275d93c74b1137fd0afc017 (patch)
tree09f8ea91d5f3c2bfcff7b34362e2d20d6230ab64 /unit2.lfm
parent69310448c9bec42541def7813c3019d8cab0724c (diff)
downloadRaetsel-a0b9d3beeb68e0213275d93c74b1137fd0afc017.tar.xz
irgendwas gemacht
Diffstat (limited to 'unit2.lfm')
-rw-r--r--unit2.lfm28
1 files changed, 28 insertions, 0 deletions
diff --git a/unit2.lfm b/unit2.lfm
new file mode 100644
index 0000000..d067523
--- /dev/null
+++ b/unit2.lfm
@@ -0,0 +1,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