summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-11-26 21:01:16 +0100
committerErich Eckner <git@eckner.net>2015-11-26 21:05:00 +0100
commit22a0a9ed48095c4da42d3d20b5d80ffe16aab30b (patch)
tree6a7013b6c0ae191178efe29b60b3f55300990ccf /unit1.lfm
parent48bb7c68a39a769cce7ffb9a02ee1563163388d1 (diff)
downloadFH-Wetter-22a0a9ed48095c4da42d3d20b5d80ffe16aab30b.tar.xz
Esc versteckt jetzt das Fenster
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm1
1 files changed, 1 insertions, 0 deletions
diff --git a/unit1.lfm b/unit1.lfm
index 0f071c4..efb3921 100644
--- a/unit1.lfm
+++ b/unit1.lfm
@@ -10,6 +10,7 @@ object Form1: TForm1
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
+ OnKeyDown = FormKeyDown
OnShow = FormShow
LCLVersion = '1.4.4.0'
object Image1: TImage