object GenericSplashForm: TGenericSplashForm Left = 276 Top = 114 BorderStyle = bsNone Caption = 'GenericSplashForm' ClientHeight = 353 ClientWidth = 454 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object imgMain: TImage Left = 0 Top = 0 Width = 305 Height = 225 AutoSize = True end object tmSplash: TTimer Interval = 2500 OnTimer = tmSplashTimer Left = 24 Top = 24 end end