⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and Di
💻 DFM
字号:
object VideoForm: TVideoForm
  Left = 272
  Top = 197
  Width = 319
  Height = 275
  Caption = 'ASF Capture & Stream'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object VideoWindow: TVideoWindow
    Left = 0
    Top = 0
    Width = 311
    Height = 229
    FilterGraph = FilterGraph
    VMROptions.Mode = vmrWindowed
    Color = clBlack
    Align = alClient
  end
  object FilterGraph: TFilterGraph
    Mode = gmCapture
    GraphEdit = True
    Left = 8
    Top = 8
  end
  object MainMenu1: TMainMenu
    Left = 104
    Top = 8
    object Devices: TMenuItem
      Caption = 'Devices'
    end
  end
  object OpenDialog: TOpenDialog
    Filter = 'BMP file|*.bmp'
    Left = 136
    Top = 8
  end
  object Filter: TFilter
    BaseFilter.data = {00000000}
    FilterGraph = FilterGraph
    Left = 72
    Top = 8
  end
  object ASFWriter: TASFWriter
    FilterGraph = FilterGraph
    Profile = wmp_V80_56VideoOnly
    FileName = 'c:\tmp.asf'
    Port = 3333
    MaxUsers = 8
    Left = 40
    Top = 8
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -