summaryrefslogtreecommitdiff
path: root/unit1.lfm
blob: 473c24c8fc1556aa55473d5cbedc530cae969e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
object Form1: TForm1
  Left = 649
  Height = 204
  Top = 256
  Width = 713
  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