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

Delphi控件源码

开发平台:

Delphi

  1. object VideoForm: TVideoForm
  2.   Left = 198
  3.   Top = 114
  4.   Width = 776
  5.   Height = 378
  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 = MainMenu1
  14.   OldCreateOrder = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image: TImage
  20.     Left = 384
  21.     Top = 0
  22.     Width = 384
  23.     Height = 288
  24.     Stretch = True
  25.   end
  26.   object VideoWindow: TVideoWindow
  27.     Left = 0
  28.     Top = 0
  29.     Width = 384
  30.     Height = 288
  31.     FilterGraph = FilterGraph
  32.     VMROptions.Mode = vmrWindowed
  33.     VMROptions.Streams = 1
  34.     Color = clBlack
  35.   end
  36.   object SnapShot: TButton
  37.     Left = 392
  38.     Top = 300
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'SnapShot'
  42.     TabOrder = 1
  43.     OnClick = SnapShotClick
  44.   end
  45.   object CallBack: TCheckBox
  46.     Left = 280
  47.     Top = 304
  48.     Width = 97
  49.     Height = 17
  50.     Caption = 'CallBack'
  51.     TabOrder = 2
  52.   end
  53.   object FilterGraph: TFilterGraph
  54.     Mode = gmCapture
  55.     GraphEdit = True
  56.     Left = 8
  57.     Top = 8
  58.   end
  59.   object MainMenu1: TMainMenu
  60.     Left = 8
  61.     Top = 104
  62.     object Devices: TMenuItem
  63.       Caption = 'Devices'
  64.     end
  65.   end
  66.   object Filter: TFilter
  67.     BaseFilter.data = {00000000}
  68.     FilterGraph = FilterGraph
  69.     Left = 8
  70.     Top = 40
  71.   end
  72.   object SampleGrabber: TSampleGrabber
  73.     OnBuffer = SampleGrabberBuffer
  74.     FilterGraph = FilterGraph
  75.     MediaType.data = {
  76.       7669647300001000800000AA00389B717DEB36E44F52CE119F530020AF0BA770
  77.       FFFFFFFF0000000001000000809F580556C3CE11BF0100AA0055595A00000000
  78.       0000000000000000}
  79.     Left = 8
  80.     Top = 72
  81.   end
  82. end