main.dfm
来自「一套及时通讯的原码」· DFM 代码 · 共 50 行
DFM
50 行
object MainForm: TMainForm
Left = 485
Top = 301
Width = 325
Height = 282
Caption = 'Playcap'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object VideoWindow: TVideoWindow
Left = 0
Top = 0
Width = 317
Height = 236
FilterGraph = FilterGraph
VMROptions.Mode = vmrWindowed
Color = clBlack
Align = alClient
end
object MainMenu: TMainMenu
Left = 8
Top = 8
object Devices: TMenuItem
Caption = 'Devices'
end
end
object FilterGraph: TFilterGraph
Mode = gmCapture
GraphEdit = True
Left = 40
Top = 8
end
object Filter: TFilter
BaseFilter.data = {00000000}
FilterGraph = FilterGraph
Left = 72
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?