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

📄 unit1.dfm

📁 摄像头视频捕捉程序
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -