summaryrefslogtreecommitdiff
path: root/unit3.lfm
blob: 2c8de648c6f453016af5cf818f47dd9e00c5b234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
object Form2: TForm2
  Left = 2315
  Height = 240
  Top = 223
  Width = 320
  Caption = 'Form2'
  ClientHeight = 240
  ClientWidth = 320
  OnResize = FormResize
  LCLVersion = '1.4.4.0'
  object Image1: TImage
    Left = 113
    Height = 90
    Top = 69
    Width = 90
  end
end