?? main.dfm
字號:
object VideoForm: TVideoForm
Left = 198
Top = 114
Width = 619
Height = 316
Caption = 'Video Capture Devices'
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 Image: TImage
Left = 305
Top = 0
Width = 306
Height = 229
Stretch = True
end
object VideoWindow: TVideoWindow
Left = 0
Top = 0
Width = 306
Height = 229
FilterGraph = FilterGraph
VMROptions.Mode = vmrWindowed
VMROptions.Streams = 1
VMROptions.Preferences = []
Color = clBlack
end
object SnapShot: TButton
Left = 312
Top = 232
Width = 75
Height = 25
Caption = 'SnapShot'
TabOrder = 1
OnClick = SnapShotClick
end
object CallBack: TCheckBox
Left = 200
Top = 240
Width = 97
Height = 17
Caption = 'CallBack'
TabOrder = 2
end
object FilterGraph: TFilterGraph
Mode = gmCapture
GraphEdit = True
Left = 8
Top = 8
end
object MainMenu1: TMainMenu
Left = 8
Top = 104
object Devices: TMenuItem
Caption = 'Devices'
end
end
object Filter: TFilter
BaseFilter.data = {00000000}
FilterGraph = FilterGraph
Left = 8
Top = 40
end
object SampleGrabber: TSampleGrabber
OnBuffer = SampleGrabberBuffer
FilterGraph = FilterGraph
MediaType.data = {
7669647300001000800000AA00389B717DEB36E44F52CE119F530020AF0BA770
FFFFFFFF0000000001000000809F580556C3CE11BF0100AA0055595A00000000
0000000000000000}
Left = 8
Top = 72
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -