inherited SplashScreen: TSplashScreen Left = 385 Top = 153 Caption = 'SplashScreen' ClientHeight = 707 ClientWidth = 897 Color = clBlack OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 15 object RightBottom: TRegionPicture Left = 713 Top = 542 Width = 120 Height = 109 AutoSize = True OnMouseDown = FormMouseDown end object LeftBorder: TRegionPicture Left = 0 Top = 0 Width = 114 Height = 600 AutoSize = True end object Center: TRegionPicture Left = 134 Top = 26 Width = 675 Height = 440 AutoSize = True OnMouseDown = FormMouseDown end object Bottom: TRegionPicture Left = 317 Top = 496 Width = 120 Height = 109 AutoSize = True OnMouseDown = FormMouseDown end object SplashTimer: TMyTimer OnTimer = SplashTimerTimer Interval = 5000 Enabled = False KeepPlane = False Left = 200 Top = 18 end end