1object SplashForm: TSplashForm
2  Left = 561
3  Height = 300
4  Top = 370
5  Width = 450
6  BorderStyle = bsNone
7  Caption = 'Lazarus'
8  ClientHeight = 300
9  ClientWidth = 450
10  FormStyle = fsSplash
11  Position = poScreenCenter
12  LCLVersion = '2.1.0.0'
13  object Image: TImage
14    Left = 0
15    Height = 300
16    Top = 0
17    Width = 450
18    Align = alClient
19    OnPaint = ImagePaint
20  end
21end
22