summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm14
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