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

📄 main.dfm

📁 多媒體視頻程序設計--使用Delphi 第五章 源碼 5-1 摄像机启动流程 5-2 取得视频设备驱动器数量及信息 5-3 视频采集窗口 5-4 摄像机联机与离线 5-5 视频设备驱
💻 DFM
字号:
object Form1: TForm1
  Left = 134
  Top = 176
  Width = 500
  Height = 428
  Caption = 'VIDEO CAPTURE   WINDOW'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object DriverIndexLabel: TLabel
    Left = 8
    Top = 9
    Width = 91
    Height = 19
    AutoSize = False
    Caption = 'Driver &Index:'
    FocusControl = DriverIndexComboBox
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    Layout = tlCenter
  end
  object DriverNameLabel: TLabel
    Left = 9
    Top = 38
    Width = 91
    Height = 19
    AutoSize = False
    Caption = 'Driver Name:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    Layout = tlCenter
  end
  object DriverVersionLabel: TLabel
    Left = 8
    Top = 66
    Width = 102
    Height = 19
    AutoSize = False
    Caption = 'Driver Version:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    Layout = tlCenter
  end
  object DriverCountLabel: TLabel
    Left = 217
    Top = 10
    Width = 137
    Height = 19
    AutoSize = False
    Caption = #35222#35338#25847#21462#35037#32622#25976#37327':'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Times New Roman'
    Font.Style = []
    ParentFont = False
    Layout = tlCenter
  end
  object DriverIndexComboBox: TComboBox
    Left = 113
    Top = 8
    Width = 92
    Height = 24
    ItemHeight = 16
    TabOrder = 0
    OnChange = DriverIndexComboBoxChange
    Items.Strings = (
      '0'
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9')
  end
  object DriverNameText: TStaticText
    Left = 112
    Top = 37
    Width = 368
    Height = 20
    AutoSize = False
    BorderStyle = sbsSunken
    TabOrder = 1
  end
  object DriverVersionText: TStaticText
    Left = 113
    Top = 68
    Width = 367
    Height = 20
    AutoSize = False
    BorderStyle = sbsSunken
    TabOrder = 2
  end
  object DriverCountText: TStaticText
    Left = 348
    Top = 10
    Width = 57
    Height = 20
    AutoSize = False
    BorderStyle = sbsSunken
    TabOrder = 3
  end
  object VideoCapPanel: TPanel
    Left = 8
    Top = 138
    Width = 473
    Height = 250
    TabOrder = 4
  end
  object ConnectButton: TButton
    Left = 17
    Top = 107
    Width = 75
    Height = 25
    Caption = #36899#32218
    TabOrder = 5
    OnClick = ConnectButtonClick
  end
  object DisConnectButton: TButton
    Left = 93
    Top = 107
    Width = 75
    Height = 25
    Caption = #26039#32218
    Enabled = False
    TabOrder = 6
    OnClick = DisConnectButtonClick
  end
end

⌨️ 快捷键说明

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