summaryrefslogtreecommitdiff
path: root/unit1.lfm
blob: 8f439a6080af5913e50ead8d71a392ee7ea3d16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
object Form1: TForm1
  Left = 649
  Height = 204
  Top = 256
  Width = 713
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 204
  ClientWidth = 713
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  LCLVersion = '1.4.4.0'
  object Image1: TImage
    Left = 0
    Height = 208
    Top = 0
    Width = 714
  end
  object TrayIcon1: TTrayIcon
    left = 16
    top = 8
  end
end