summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm51
1 files changed, 51 insertions, 0 deletions
diff --git a/unit1.lfm b/unit1.lfm
new file mode 100644
index 0000000..d7926f7
--- /dev/null
+++ b/unit1.lfm
@@ -0,0 +1,51 @@
+object Form1: TForm1
+ Left = 362
+ Height = 576
+ Top = 176
+ Width = 779
+ Caption = 'Form1'
+ ClientHeight = 576
+ ClientWidth = 779
+ OnCreate = FormCreate
+ OnDestroy = FormDestroy
+ OnResize = FormResize
+ LCLVersion = '1.2.2.0'
+ object Memo1: TMemo
+ Left = 0
+ Height = 490
+ Top = 0
+ Width = 704
+ Lines.Strings = (
+ 'Memo1'
+ )
+ TabOrder = 0
+ end
+ object TrayIcon1: TTrayIcon
+ OnDblClick = TrayIcon1DblClick
+ OnMouseDown = TrayIcon1MouseDown
+ left = 8
+ top = 8
+ end
+ object LHTTPClientComponent1: TLHTTPClientComponent
+ Tag = -1
+ Host = 'fpl.jenah.de'
+ OnDoneInput = LHTTPClientComponent1DoneInput
+ OnInput = LHTTPClientComponent1Input
+ Timeout = 0
+ left = 120
+ top = 8
+ end
+ object Starttimer: TTimer
+ Tag = -3
+ Interval = 50
+ OnTimer = StarttimerTimer
+ left = 48
+ top = 8
+ end
+ object Timer1: TTimer
+ Interval = 30000
+ OnTimer = Timer1Timer
+ left = 83
+ top = 8
+ end
+end