summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-12-18 09:15:47 +0100
committerErich Eckner <git@eckner.net>2015-12-18 09:15:47 +0100
commit3c395ca377868e75dab1f6b875d38a8c842072aa (patch)
tree8898fb016efa08b31cf8128d36e6d6efff26d7b8 /unit1.lfm
parent59fd881ae110d94f80ece9f2d9b105ecd1d8206d (diff)
downloadEmails-3c395ca377868e75dab1f6b875d38a8c842072aa.tar.xz
Ton wird jetzt höchstens ein Mal alle 20 Sekunden gegeben
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm12
1 files changed, 6 insertions, 6 deletions
diff --git a/unit1.lfm b/unit1.lfm
index 4677922..b874def 100644
--- a/unit1.lfm
+++ b/unit1.lfm
@@ -1,7 +1,7 @@
object Form1: TForm1
- Left = 137
+ Left = 0
Height = 756
- Top = 158
+ Top = 274
Width = 999
Caption = 'Form1'
ClientHeight = 756
@@ -72,18 +72,18 @@ object Form1: TForm1
end
object CheckBox1: TCheckBox
Left = 272
- Height = 24
+ Height = 21
Top = 596
- Width = 98
+ Width = 93
Caption = 'aufploppen'
OnClick = CheckBox1Click
TabOrder = 2
end
object CheckBox2: TCheckBox
Left = 416
- Height = 24
+ Height = 21
Top = 596
- Width = 94
+ Width = 86
Caption = 'Ton geben'
Checked = True
OnClick = CheckBox1Click