summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-03-16 10:58:00 +0100
committerErich Eckner <git@eckner.net>2016-03-16 10:58:00 +0100
commit9caaf1f1b7aef385355946a99974614ca9586915 (patch)
tree5cddf355d226139fbe81465079376ef5c144cede /unit1.lfm
parent3c395ca377868e75dab1f6b875d38a8c842072aa (diff)
downloadEmails-9caaf1f1b7aef385355946a99974614ca9586915.tar.xz
destructor verwenden
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm9
1 files changed, 5 insertions, 4 deletions
diff --git a/unit1.lfm b/unit1.lfm
index b874def..60fdbe0 100644
--- a/unit1.lfm
+++ b/unit1.lfm
@@ -8,6 +8,7 @@ object Form1: TForm1
ClientWidth = 999
OnClose = FormClose
OnCreate = FormCreate
+ OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
LCLVersion = '1.4.4.0'
@@ -72,18 +73,18 @@ object Form1: TForm1
end
object CheckBox1: TCheckBox
Left = 272
- Height = 21
+ Height = 24
Top = 596
- Width = 93
+ Width = 98
Caption = 'aufploppen'
OnClick = CheckBox1Click
TabOrder = 2
end
object CheckBox2: TCheckBox
Left = 416
- Height = 21
+ Height = 24
Top = 596
- Width = 86
+ Width = 94
Caption = 'Ton geben'
Checked = True
OnClick = CheckBox1Click