object SplashForm: TSplashForm Left = 561 Height = 300 Top = 370 Width = 450 BorderStyle = bsNone Caption = 'Lazarus' ClientHeight = 300 ClientWidth = 450 FormStyle = fsSplash Position = poScreenCenter LCLVersion = '4.99.0.0' object Image: TImage Left = 0 Height = 300 Top = 0 Width = 450 Align = alClient Proportional = True Stretch = True OnPaint = ImagePaint end end