object fmain: Tfmain Left = 161 Top = 121 Caption = 'DirectShow VideoPlayer - www.ImageEn.com' ClientHeight = 560 ClientWidth = 709 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = MainMenu1 OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ImageEnView1: TImageEnView Left = 0 Top = 0 Width = 709 Height = 560 BorderStyle = bsNone OnDrawCanvas = ImageEnView1DrawCanvas OnDShowNewFrame = ImageEnView1DShowNewFrame OnDShowEvent = ImageEnView1DShowEvent EnableInteractionHints = True Align = alClient ParentShowHint = False ShowHint = True TabOrder = 0 end object MainMenu1: TMainMenu Left = 400 Top = 64 object File1: TMenuItem Caption = '&File' object Open1: TMenuItem Caption = '&Open...' OnClick = Open1Click end object N1: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = '&Exit' OnClick = Exit1Click end end object Control1: TMenuItem Caption = '&Control' object Play1: TMenuItem Caption = '&Play' OnClick = Play1Click end object Pause1: TMenuItem Caption = 'P&ause' OnClick = Pause1Click end object Stop1: TMenuItem Caption = '&Stop' OnClick = Stop1Click end end object View1: TMenuItem Caption = '&View' object N111: TMenuItem Caption = '1:1' OnClick = N111Click end object N211: TMenuItem Caption = '2:1' OnClick = N211Click end object Fitwindow1: TMenuItem Caption = 'Fit window' OnClick = Fitwindow1Click end end end object OpenDialog1: TOpenDialog Left = 144 Top = 96 end end