summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-02-23 09:24:55 +0100
committerErich Eckner <git@eckner.net>2017-02-23 09:24:55 +0100
commit4941a59d815e829128047bd253d01c17b5fb5eb2 (patch)
tree614cc257b1595891a23ae90ed66dbb40584d0aeb
parent9caaf1f1b7aef385355946a99974614ca9586915 (diff)
downloadEmails-4941a59d815e829128047bd253d01c17b5fb5eb2.tar.xz
neue Emailadressen eingetragen
-rw-r--r--emails.lps6
-rw-r--r--unit1.lfm10
-rw-r--r--unit1.pas4
3 files changed, 12 insertions, 8 deletions
diff --git a/emails.lps b/emails.lps
index 4c72b2b..23d4148 100644
--- a/emails.lps
+++ b/emails.lps
@@ -18,6 +18,9 @@
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
+ <IsVisibleTab Value="True"/>
+ <TopLine Value="71"/>
+ <CursorPos X="41" Y="101"/>
<UsageCount Value="25"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
@@ -25,9 +28,8 @@
<Unit2>
<Filename Value="../units/popunit.pas"/>
<IsPartOfProject Value="True"/>
- <IsVisibleTab Value="True"/>
<EditorIndex Value="1"/>
- <TopLine Value="185"/>
+ <TopLine Value="600"/>
<CursorPos X="54" Y="196"/>
<UsageCount Value="25"/>
<Loaded Value="True"/>
diff --git a/unit1.lfm b/unit1.lfm
index 60fdbe0..1724fbd 100644
--- a/unit1.lfm
+++ b/unit1.lfm
@@ -11,7 +11,7 @@ object Form1: TForm1
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
- LCLVersion = '1.4.4.0'
+ LCLVersion = '1.6.2.0'
object Memo1: TMemo
Left = 0
Height = 584
@@ -73,18 +73,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
diff --git a/unit1.pas b/unit1.pas
index 7cc71cd..32a5b48 100644
--- a/unit1.pas
+++ b/unit1.pas
@@ -97,7 +97,9 @@ begin
'(sox-users|logwatch-devel)@lists\.sourceforge\.net' +'|'+
'gmp-discuss@gmplib\.org' +'|'+
'hashcash@freelists\.org' +'|'+
- 'crux(-commits)?@lists.crux.nu'+
+ 'crux(-commits)?@lists\.crux\.nu' +'|'+
+ 'radvd-devel-l@lists\.litech\.org' +'|'+
+ 'arch-general-request@archlinux\.org'+
')';
pc.port:=995;
end;