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

📄 main.dfm

📁 多媒體視頻程序設計--使用Delphi 第六章 源碼 6-1 视频显示模式 6-2 画面显示速度 6-3 显示画面尺寸调整
💻 DFM
字号:
object Form1: TForm1
  Left = 120
  Top = 96
  Width = 509
  Height = 461
  Caption = 'VIDEO CAPTURE   WINDOW'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #32048#26126#39636
  Font.Style = []
  Menu = MainMenu1
  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 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
    ImeName = #20013#25991' ('#32321#39636') - '#27880#38899
    ItemHeight = 16
    TabOrder = 0
    OnChange = DriverIndexComboBoxChange
    Items.Strings = (
      '0'
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8'
      '9')
  end
  object DriverCountText: TStaticText
    Left = 348
    Top = 10
    Width = 57
    Height = 20
    AutoSize = False
    BorderStyle = sbsSunken
    TabOrder = 1
  end
  object VideoCapPanel: TPanel
    Left = 8
    Top = 80
    Width = 473
    Height = 308
    TabOrder = 2
  end
  object ConnectButton: TButton
    Left = 9
    Top = 39
    Width = 75
    Height = 25
    Caption = #36899#32218
    TabOrder = 3
    OnClick = ConnectButtonClick
  end
  object DisConnectButton: TButton
    Left = 85
    Top = 39
    Width = 75
    Height = 25
    Caption = #26039#32218
    Enabled = False
    TabOrder = 4
    OnClick = DisConnectButtonClick
  end
  object MainMenu1: TMainMenu
    Left = 429
    Top = 17
    object ParmsMenuItem: TMenuItem
      Caption = #21443#25976
      object DriverNameMenuItem: TMenuItem
        Caption = 'DRIVER  '#21517#31281#21450#29256#26412
        OnClick = DriverNameMenuItemClick
      end
      object DriverCapsMenuItem: TMenuItem
        Caption = 'DRIVER '#24615#33021
        OnClick = DriverCapsMenuItemClick
      end
    end
    object SetupMenuItem: TMenuItem
      Caption = #35373#23450
      object DisplayModeMenu: TMenuItem
        Caption = #39023#31034#27169#24335
        object PreviewMode: TMenuItem
          Caption = 'Preview'
          OnClick = PreviewModeClick
        end
        object OverlayMode: TMenuItem
          Caption = 'Overlay'
          Enabled = False
          OnClick = OverlayModeClick
        end
      end
      object PreviewRateMenu: TMenuItem
        Caption = #38928#35261#36895#29575
        OnClick = PreviewRateMenuClick
      end
    end
  end
end

⌨️ 快捷键说明

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