inherited _SplashForm: T_SplashForm Left = 390 Top = 199 HorzScrollBar.Range = 0 VertScrollBar.Range = 0 BorderStyle = bsNone Caption = '_SplashForm' ClientHeight = 406 ClientWidth = 605 Color = clBlack OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown OnPaint = FormPaint OnResize = FormResize PixelsPerInch = 96 TextHeight = 15 inherited MediaPlayer: TMediaPlayer Display = VideoPanel TabOrder = 1 end object VideoPanel: TContainerPanel Left = 83 Top = 53 Width = 443 Height = 332 FrameRect.Left = 0 FrameRect.Top = 0 FrameRect.Right = 0 FrameRect.Bottom = 0 Color = clNavy TabOrder = 0 OnMouseDown = VideoPanelMouseDown end end