diff options
author | Erich Eckner <git@eckner.net> | 2015-11-16 06:37:30 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-11-16 06:37:30 +0100 |
commit | e99f3fec7e287b879ceeb0f0d95185cf2ab0791e (patch) | |
tree | 2f108f17c53ee6993ae73a91426dcae3ab4efac4 /unit1.lfm | |
parent | 18b2f6120d3320d0557b04e9c04ead225e88447b (diff) | |
download | FH-Wetter-e99f3fec7e287b879ceeb0f0d95185cf2ab0791e.tar.xz |
Tagesendstand, pegelunit begonnen
Diffstat (limited to 'unit1.lfm')
-rw-r--r-- | unit1.lfm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/unit1.lfm b/unit1.lfm new file mode 100644 index 0000000..c88597b --- /dev/null +++ b/unit1.lfm @@ -0,0 +1,14 @@ +object Form1: TForm1 + Left = 2787 + Height = 240 + Top = 260 + Width = 320 + Caption = 'Form1' + OnCreate = FormCreate + OnDestroy = FormDestroy + LCLVersion = '1.4.4.0' + object TrayIcon1: TTrayIcon + left = 16 + top = 8 + end +end |