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

📄 options.dfm

📁 拍摄程序,用来控制摄像机拍摄照片。拍摄程序,用来控制摄像机拍摄照片。拍摄程序,用来控制摄像机拍摄照片。
💻 DFM
字号:
object OptionsForm: TOptionsForm
  Left = 574
  Top = 108
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'OptionsForm'
  ClientHeight = 287
  ClientWidth = 323
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  DesignSize = (
    323
    287)
  PixelsPerInch = 96
  TextHeight = 13
  object LAudioOut: TLabel
    Left = 4
    Top = 7
    Width = 62
    Height = 13
    Caption = 'Audio output'
  end
  object LPostproc: TLabel
    Left = 4
    Top = 55
    Width = 72
    Height = 13
    Caption = 'Postprocessing'
  end
  object LAspect: TLabel
    Left = 4
    Top = 79
    Width = 58
    Height = 13
    Caption = 'Aspect ratio'
  end
  object LDeinterlace: TLabel
    Left = 4
    Top = 103
    Width = 54
    Height = 13
    Caption = 'Deinterlace'
  end
  object LParams: TLabel
    Left = 4
    Top = 214
    Width = 55
    Height = 13
    Anchors = [akLeft, akRight, akBottom]
    Caption = 'Parameters'
  end
  object LHelp: TLabel
    Left = 297
    Top = 214
    Width = 21
    Height = 13
    Cursor = crHandPoint
    Alignment = taRightJustify
    Anchors = [akLeft, akRight, akBottom]
    Caption = 'Help'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = LHelpClick
  end
  object LLanguage: TLabel
    Left = 4
    Top = 127
    Width = 47
    Height = 13
    Caption = 'Language'
  end
  object LAudioDev: TLabel
    Left = 4
    Top = 31
    Width = 61
    Height = 13
    Caption = 'Audio device'
  end
  object BOK: TButton
    Left = 4
    Top = 258
    Width = 75
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'OK'
    TabOrder = 0
    OnClick = BOKClick
  end
  object BApply: TButton
    Left = 84
    Top = 258
    Width = 75
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Apply'
    TabOrder = 1
    OnClick = BApplyClick
  end
  object BSave: TButton
    Left = 164
    Top = 258
    Width = 75
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Save'
    TabOrder = 2
    OnClick = BSaveClick
  end
  object BClose: TButton
    Left = 244
    Top = 258
    Width = 75
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Close'
    TabOrder = 3
    OnClick = BCloseClick
  end
  object CAudioOut: TComboBox
    Left = 174
    Top = 4
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 4
    OnChange = CAudioOutChange
    Items.Strings = (
      'don'#39't decode'
      'dont'#39'play'
      'Win32'
      'DirectSound')
  end
  object CPostproc: TComboBox
    Left = 174
    Top = 52
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 5
    OnChange = SomethingChanged
    Items.Strings = (
      'off'
      'auto'
      'max')
  end
  object CAspect: TComboBox
    Left = 174
    Top = 76
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 6
    OnChange = SomethingChanged
    Items.Strings = (
      'auto'
      '4:3'
      '16:9'
      '2.35:1')
  end
  object CDeinterlace: TComboBox
    Left = 174
    Top = 100
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 7
    OnChange = SomethingChanged
    Items.Strings = (
      'off'
      'simple'
      'adaptive')
  end
  object CIndex: TCheckBox
    Left = 4
    Top = 150
    Width = 317
    Height = 17
    Caption = 'Re-Index'
    TabOrder = 8
    OnClick = SomethingChanged
  end
  object EParams: TEdit
    Left = 4
    Top = 229
    Width = 315
    Height = 21
    Anchors = [akLeft, akRight, akBottom]
    TabOrder = 9
    OnChange = SomethingChanged
  end
  object CLanguage: TComboBox
    Left = 174
    Top = 124
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 10
    OnChange = SomethingChanged
    Items.Strings = (
      ''
      ''
      '')
  end
  object CAudioDev: TComboBox
    Left = 174
    Top = 28
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 11
    OnChange = SomethingChanged
  end
  object CSoftVol: TCheckBox
    Left = 4
    Top = 170
    Width = 317
    Height = 17
    Caption = 'Software volume control'
    TabOrder = 12
    OnClick = SomethingChanged
  end
  object CPriorityBoost: TCheckBox
    Left = 4
    Top = 190
    Width = 317
    Height = 17
    Caption = 'Priority boost'
    TabOrder = 13
    OnClick = SomethingChanged
  end
end

⌨️ 快捷键说明

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