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

Delphi控件源码

开发平台:

Delphi

  1. object MainForm: TMainForm
  2.   Left = 485
  3.   Top = 301
  4.   Width = 325
  5.   Height = 282
  6.   Caption = 'Playcap'
  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.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object VideoWindow: TVideoWindow
  21.     Left = 0
  22.     Top = 0
  23.     Width = 317
  24.     Height = 236
  25.     FilterGraph = FilterGraph
  26.     VMROptions.Mode = vmrWindowed
  27.     Color = clBlack
  28.     Align = alClient
  29.   end
  30.   object MainMenu: TMainMenu
  31.     Left = 8
  32.     Top = 8
  33.     object Devices: TMenuItem
  34.       Caption = 'Devices'
  35.     end
  36.   end
  37.   object FilterGraph: TFilterGraph
  38.     Mode = gmCapture
  39.     GraphEdit = True
  40.     Left = 40
  41.     Top = 8
  42.   end
  43.   object Filter: TFilter
  44.     BaseFilter.data = {00000000}
  45.     FilterGraph = FilterGraph
  46.     Left = 72
  47.     Top = 8
  48.   end
  49. end