object FormIntro: TFormIntro Left = 192 Top = 107 Width = 544 Height = 375 Caption = 'FormIntro' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object MediaPlayer2: TMediaPlayer Left = 160 Top = 24 Width = 253 Height = 33 AutoOpen = True FileName = 'D:\ht\speedis.avi' TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 0 Width = 536 Height = 348 Align = alClient TabOrder = 1 object Exit: TButton Left = 184 Top = 280 Width = 161 Height = 41 Caption = 'Exit' TabOrder = 0 OnClick = ExitClick end end end