object VideoForm: TVideoForm Left = 163 Top = 283 Width = 510 Height = 427 Caption = 'Video Capture Devices' Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '宋体' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False OnClose = FormClose OnCreate = GetDeviceName OnDestroy = FormDestroy DesignSize = ( 502 381) PixelsPerInch = 96 TextHeight = 12 object Button1: TButton Left = 416 Top = 16 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '打开视频' TabOrder = 0 OnClick = SelectDevice end object Button2: TButton Left = 416 Top = 50 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '截取图象' TabOrder = 1 OnClick = Button2Click end object Button4: TButton Left = 416 Top = 120 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '更改接口' TabOrder = 2 OnClick = ChangeInterface end object Button3: TButton Left = 416 Top = 85 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '保存图象' TabOrder = 3 OnClick = Button3Click end object Panel2: TPanel Left = 0 Top = 16 Width = 405 Height = 361 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 4 DesignSize = ( 405 361) object VideoWindow: TVideoWindow Left = 1 Top = 1 Width = 403 Height = 359 FilterGraph = FilterGraph VMROptions.Mode = vmrWindowless Color = clBlack Align = alClient end object Panel1: TPanel Left = 210 Top = 131 Width = 195 Height = 228 Anchors = [akRight, akBottom] TabOrder = 1 Visible = False OnMouseDown = Panel1MouseDown object Image1: TImage Left = 1 Top = 1 Width = 193 Height = 226 Align = alClient Stretch = True OnMouseDown = Panel1MouseDown end end end object List1: TListBox Left = 344 Top = 192 Width = 145 Height = 177 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 12 TabOrder = 5 end object Comb1: TComboBox Left = 416 Top = 155 Width = 75 Height = 20 ItemHeight = 12 TabOrder = 6 Text = '端口选择' OnClick = ChangeInterface Items.Strings = ( '端口选择' '端口1' '端口2') end object LBPins: TListBox Left = 216 Top = 176 Width = 121 Height = 201 ItemHeight = 12 TabOrder = 7 end object FilterGraph: TFilterGraph Mode = gmCapture GraphEdit = True LinearVolume = True Left = 88 Top = 32 end object OpenDialog: TOpenDialog Filter = 'BMP file|*.bmp' Left = 32 Top = 104 end object Filter: TFilter BaseFilter.data = {00000000} FilterGraph = FilterGraph Left = 144 Top = 32 end object MainMenu1: TMainMenu Left = 32 Top = 32 object Devices: TMenuItem Caption = '&A.设备名称' end object Blend1: TMenuItem Caption = '&B.混合图象' object ext1: TMenuItem Caption = 'Text' OnClick = ext1Click end object Bitmap1: TMenuItem Caption = 'Bitmap' OnClick = Bitmap1Click end end end object Timer1: TTimer Interval = 10 OnTimer = Button2Click Left = 368 Top = 168 endend