summaryrefslogtreecommitdiff
path: root/unit4.lfm
blob: add640b7b0ce236b3c505fc72428e777feaf2d8d (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
object Form3: TForm3
  Left = 514
  Height = 543
  Top = 239
  Width = 761
  Caption = 'Form3'
  ClientHeight = 543
  ClientWidth = 761
  OnDestroy = FormDestroy
  OnResize = FormResize
  OnShow = FormShow
  LCLVersion = '1.4.4.0'
  object ListBox1: TListBox
    Left = 0
    Height = 200
    Top = 0
    Width = 272
    ItemHeight = 0
    OnClick = ListBox1Click
    ScrollWidth = 270
    TabOrder = 0
    TopIndex = -1
  end
  object Memo1: TMemo
    Left = 384
    Height = 200
    Top = 0
    Width = 113
    OnChange = Memo1Change
    TabOrder = 1
  end
  object ListBox2: TListBox
    Left = 504
    Height = 200
    Top = 0
    Width = 248
    ItemHeight = 0
    ScrollWidth = 246
    TabOrder = 2
    TopIndex = -1
  end
  object ListBox3: TListBox
    Left = 280
    Height = 200
    Top = 0
    Width = 96
    ItemHeight = 0
    ScrollWidth = 94
    TabOrder = 3
    TopIndex = -1
  end
end