unit1.dfm
来自「摄像头视频捕捉程序」· DFM 代码 · 共 71 行
DFM
71 行
object Form1: TForm1
Left = 204
Top = 125
Width = 382
Height = 403
Caption = 'Capture Device'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 246
Width = 374
Height = 3
Cursor = crVSplit
Align = alBottom
end
object VideoWindow: TDSVideoWindow
Left = 0
Top = 0
Width = 374
Height = 246
Graph = CaptureGraph
Align = alClient
end
object Memo1: TMemo
Left = 0
Top = 249
Width = 374
Height = 89
Align = alBottom
ScrollBars = ssBoth
TabOrder = 1
end
object StatusBar: TStatusBar
Left = 0
Top = 338
Width = 374
Height = 19
Panels = <>
SimplePanel = True
end
object MainMenu1: TMainMenu
Left = 8
Top = 8
object File1: TMenuItem
Caption = '&File'
object Exit1: TMenuItem
Caption = '&Exit'
OnClick = Exit1Click
end
end
end
object CaptureGraph: TDSCaptureGraph
AutoConnect = False
ConnectKind = ckRunningOrNew
OnDSEvent = CaptureGraphDSEvent
Left = 8
Top = 40
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?