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

Delphi控件源码

开发平台:

Delphi

  1. object VideoForm: TVideoForm
  2.   Left = 198
  3.   Top = 114
  4.   Width = 619
  5.   Height = 316
  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 = 305
  21.     Top = 0
  22.     Width = 306
  23.     Height = 229
  24.     Stretch = True
  25.   end
  26.   object VideoWindow: TVideoWindow
  27.     Left = 0
  28.     Top = 0
  29.     Width = 306
  30.     Height = 229
  31.     FilterGraph = FilterGraph
  32.     VMROptions.Mode = vmrWindowed
  33.     VMROptions.Streams = 1
  34.     VMROptions.Preferences = []
  35.     Color = clBlack
  36.   end
  37.   object SnapShot: TButton
  38.     Left = 312
  39.     Top = 232
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'SnapShot'
  43.     TabOrder = 1
  44.     OnClick = SnapShotClick
  45.   end
  46.   object CallBack: TCheckBox
  47.     Left = 200
  48.     Top = 240
  49.     Width = 97
  50.     Height = 17
  51.     Caption = 'CallBack'
  52.     TabOrder = 2
  53.   end
  54.   object FilterGraph: TFilterGraph
  55.     Mode = gmCapture
  56.     GraphEdit = True
  57.     Left = 8
  58.     Top = 8
  59.   end
  60.   object MainMenu1: TMainMenu
  61.     Left = 8
  62.     Top = 104
  63.     object Devices: TMenuItem
  64.       Caption = 'Devices'
  65.     end
  66.   end
  67.   object Filter: TFilter
  68.     BaseFilter.data = {00000000}
  69.     FilterGraph = FilterGraph
  70.     Left = 8
  71.     Top = 40
  72.   end
  73.   object SampleGrabber: TSampleGrabber
  74.     OnBuffer = SampleGrabberBuffer
  75.     FilterGraph = FilterGraph
  76.     MediaType.data = {
  77.       7669647300001000800000AA00389B717DEB36E44F52CE119F530020AF0BA770
  78.       FFFFFFFF0000000001000000809F580556C3CE11BF0100AA0055595A00000000
  79.       0000000000000000}
  80.     Left = 8
  81.     Top = 72
  82.   end
  83. end