object Form1: TForm1 Left = 245 Top = 244 HorzScrollBar.Increment = 1 BorderIcons = [] BorderStyle = bsNone Caption = 'Form1' ClientHeight = 465 ClientWidth = 640 Color = clInfoText Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False OnActivate = FormActivate OnClick = FormClick OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object MediaPlayer1: TMediaPlayer Left = 88 Top = 16 Width = 253 Height = 30 AutoOpen = True DeviceType = dtAVIVideo Display = Owner FileName = 'start.avi' Visible = False TabOrder = 0 end end