summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-09-21 15:29:25 +0200
committerErich Eckner <git@eckner.net>2016-09-21 15:29:25 +0200
commitaf27d71dff86ca1f21a242f05b00852f3fa59e2f (patch)
treee5118c8a773c9d6769a8f75c00721e73a4e039f3 /unit1.lfm
parenta0b9d3beeb68e0213275d93c74b1137fd0afc017 (diff)
downloadRaetsel-af27d71dff86ca1f21a242f05b00852f3fa59e2f.tar.xz
weiteres fertig
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm11
1 files changed, 7 insertions, 4 deletions
diff --git a/unit1.lfm b/unit1.lfm
index 8ec305b..9d5b43d 100644
--- a/unit1.lfm
+++ b/unit1.lfm
@@ -1,9 +1,12 @@
object Form1: TForm1
- Left = 1690
- Height = 240
- Top = 197
- Width = 320
+ 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