1object VersionForm: TVersionForm
2  Left = 290
3  Height = 300
4  Top = 164
5  Width = 400
6  HorzScrollBar.Page = 399
7  VertScrollBar.Page = 299
8  ActiveControl = Memo1
9  Caption = 'VersionForm'
10  ClientHeight = 300
11  ClientWidth = 400
12  OnCreate = FormCreate
13  LCLVersion = '1.7'
14  object Memo1: TMemo
15    Left = 29
16    Height = 130
17    Top = 19
18    Width = 349
19    Lines.Strings = (
20      'Memo1'
21    )
22    TabOrder = 0
23  end
24  object Button1: TButton
25    Left = 36
26    Height = 25
27    Top = 181
28    Width = 75
29    Caption = 'Button1'
30    OnClick = Button1Click
31    TabOrder = 1
32  end
33end
34