object StartUpForm: TStartUpForm Left = 135 Top = 124 BorderStyle = bsNone Caption = 'StartUpForm' ClientHeight = 683 ClientWidth = 933 Color = clBtnFace DefaultMonitor = dmPrimary Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClick = MovieClick OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object SplashImage: TImage Left = 58 Top = 23 Width = 800 Height = 600 AutoSize = True Picture.Data = {} Visible = False end object Player: TMediaPlayer Left = 304 Top = 512 Width = 197 Height = 30 VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack] DeviceType = dtAVIVideo Display = DisplayPanel Visible = False TabOrder = 1 OnNotify = PlayerNotify end object DisplayPanel: TPanel Left = 162 Top = 72 Width = 640 Height = 480 BevelOuter = bvNone Color = clBlack TabOrder = 0 OnClick = MovieClick end end