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

Delphi控件源码

开发平台:

Delphi

  1. object VideoForm: TVideoForm
  2.   Left = 272
  3.   Top = 197
  4.   Width = 319
  5.   Height = 275
  6.   Caption = 'ASF Capture & Stream'
  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 VideoWindow: TVideoWindow
  20.     Left = 0
  21.     Top = 0
  22.     Width = 311
  23.     Height = 229
  24.     FilterGraph = FilterGraph
  25.     VMROptions.Mode = vmrWindowed
  26.     Color = clBlack
  27.     Align = alClient
  28.   end
  29.   object FilterGraph: TFilterGraph
  30.     Mode = gmCapture
  31.     GraphEdit = True
  32.     Left = 8
  33.     Top = 8
  34.   end
  35.   object MainMenu1: TMainMenu
  36.     Left = 104
  37.     Top = 8
  38.     object Devices: TMenuItem
  39.       Caption = 'Devices'
  40.     end
  41.   end
  42.   object OpenDialog: TOpenDialog
  43.     Filter = 'BMP file|*.bmp'
  44.     Left = 136
  45.     Top = 8
  46.   end
  47.   object Filter: TFilter
  48.     BaseFilter.data = {00000000}
  49.     FilterGraph = FilterGraph
  50.     Left = 72
  51.     Top = 8
  52.   end
  53.   object ASFWriter: TASFWriter
  54.     FilterGraph = FilterGraph
  55.     Profile = wmp_V80_56VideoOnly
  56.     FileName = 'c:tmp.asf'
  57.     Port = 3333
  58.     MaxUsers = 8
  59.     Left = 40
  60.     Top = 8
  61.   end
  62. end