object SplashForm: TSplashForm Left = 290 Top = 164 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'SplashForm' ClientHeight = 453 ClientWidth = 632 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False OnClose = FormClose OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 13 object SplashPanel: TPanel Left = 0 Top = 0 Width = 632 Height = 453 Align = alClient BevelOuter = bvNone TabOrder = 0 OnMouseDown = FormMouseDown object SplashImage: TImage Left = 104 Top = 24 Width = 249 Height = 137 Visible = False OnMouseDown = FormMouseDown end object SplashEdit: TLMDRichScrollBox Left = 0 Top = 0 Width = 632 Height = 453 AutoURLDetect = False Align = alClient Bevel.BorderSides = [] Bevel.StyleInner = bvNone Bevel.StyleOuter = bvNone BiDiMode = bdLeftToRight Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentBiDiMode = False ParentColor = False ParentFont = False ParentShowHint = False RichStorageItem = 0 ShowHint = False Visible = False OnMouseDown = FormMouseDown end object MoviePanel: TPanel Left = 48 Top = 176 Width = 217 Height = 185 BevelOuter = bvNone Color = clBlack TabOrder = 0 Visible = False OnMouseDown = FormMouseDown end object MoviePlayer: TMediaPlayer Left = 120 Top = 408 Width = 253 Height = 30 Display = MoviePanel Visible = False TabOrder = 1 end end object CloseTimer: TTimer Enabled = False OnTimer = CloseTimerTimer Left = 320 Top = 16 end object RewindTimer: TTimer Enabled = False Interval = 100 OnTimer = RewindTimerTimer Left = 40 Top = 32 end end