summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
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