main.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object VideoForm: TVideoForm
  2.   Left = 315
  3.   Top = 209
  4.   Width = 322
  5.   Height = 279
  6.   Caption = 'Video Capture Devices'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu
  14.   OldCreateOrder = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object VideoWindow: TVideoWindow
  20.     Left = 0
  21.     Top = 0
  22.     Width = 314
  23.     Height = 233
  24.     Mode = vmVMR
  25.     FilterGraph = FilterGraph
  26.     VMROptions.Mode = vmrRenderless
  27.     VMROptions.Streams = 1
  28.     Color = clBlack
  29.     Align = alClient
  30.   end
  31.   object FilterGraph: TFilterGraph
  32.     Mode = gmCapture
  33.     GraphEdit = True
  34.     Left = 8
  35.     Top = 8
  36.   end
  37.   object MainMenu: TMainMenu
  38.     Left = 8
  39.     Top = 104
  40.     object Devices: TMenuItem
  41.       Caption = 'Devices'
  42.     end
  43.   end
  44.   object Filter: TFilter
  45.     BaseFilter.data = {00000000}
  46.     FilterGraph = FilterGraph
  47.     Left = 8
  48.     Top = 40
  49.   end
  50. end