summaryrefslogtreecommitdiff
path: root/unit1.lfm
blob: 099a63000074d37be0501b7b4ae5e364dc09d54a (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
25
object Form1: TForm1
  Left = 1690
  Height = 665
  Top = 180
  Width = 1021
  Caption = 'Form1'
  ClientHeight = 665
  ClientWidth = 1021
  DesignTimePPI = 107
  LCLVersion = '2.0.12.0'
  object Image1: TImage
    Left = 8
    Height = 608
    Top = 40
    Width = 988
  end
  object SpinEdit1: TSpinEdit
    Left = 8
    Height = 25
    Top = 8
    Width = 256
    OnChange = SpinEdit1Change
    TabOrder = 0
  end
end