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

📄 settings.dfm

📁 delphi下基于tapi的话音存储
💻 DFM
字号:
object frmSettings: TfrmSettings
  Left = 229
  Top = 170
  BorderIcons = [biMinimize, biMaximize]
  BorderStyle = bsToolWindow
  Caption = 'Settings'
  ClientHeight = 348
  ClientWidth = 673
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 337
    Height = 129
    Caption = 'Telephony Line Device:'
    TabOrder = 0
    object LabelTAPIVer: TLabel
      Left = 8
      Top = 49
      Width = 58
      Height = 13
      Caption = 'Tapi Ver 0.0'
    end
    object ComboLineName: TComboBox
      Left = 8
      Top = 24
      Width = 321
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComboLineNameChange
    end
    object CommandLine: TButton
      Left = 224
      Top = 61
      Width = 105
      Height = 25
      Caption = '&Line Settings'
      TabOrder = 1
      OnClick = CommandLineClick
    end
    object CommandCaps: TButton
      Left = 224
      Top = 93
      Width = 105
      Height = 25
      Caption = '&Capabilities'
      TabOrder = 2
      OnClick = CommandCapsClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 152
    Width = 337
    Height = 57
    Caption = 'Default Telephone Number to Call:'
    TabOrder = 1
    object TextTelephoneNumber: TEdit
      Left = 8
      Top = 24
      Width = 321
      Height = 21
      TabOrder = 0
    end
  end
  object GroupBox3: TGroupBox
    Left = 8
    Top = 216
    Width = 337
    Height = 81
    Caption = 'Preferences:'
    TabOrder = 2
    object Label1: TLabel
      Left = 136
      Top = 16
      Width = 22
      Height = 13
      Caption = 'rings'
    end
    object CheckAutoAnswer: TCheckBox
      Left = 8
      Top = 16
      Width = 105
      Height = 17
      Caption = 'Auto answer after'
      TabOrder = 0
      OnClick = CheckAutoAnswerClick
    end
    object TextRingsBeforeAnswer: TEdit
      Left = 112
      Top = 16
      Width = 20
      Height = 21
      TabOrder = 1
      Text = '2'
    end
    object CheckTranslateNumbers: TCheckBox
      Left = 8
      Top = 48
      Width = 161
      Height = 17
      Caption = 'Apply dialing rules for location'
      TabOrder = 2
    end
    object CommandLocation: TButton
      Left = 216
      Top = 40
      Width = 113
      Height = 25
      Caption = 'L&ocation'
      TabOrder = 3
      OnClick = CommandLocationClick
    end
  end
  object GroupBox4: TGroupBox
    Left = 352
    Top = 16
    Width = 313
    Height = 129
    Caption = 'Sound Card:'
    TabOrder = 3
    object Label2: TLabel
      Left = 8
      Top = 24
      Width = 23
      Height = 13
      Caption = 'Play:'
    end
    object Label3: TLabel
      Left = 8
      Top = 72
      Width = 38
      Height = 13
      Caption = 'Record:'
    end
    object ComboSoundCardOut: TComboBox
      Left = 8
      Top = 40
      Width = 297
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComboSoundCardOutChange
    end
    object ComboSoundCardIn: TComboBox
      Left = 8
      Top = 96
      Width = 297
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      OnChange = ComboSoundCardInChange
    end
  end
  object GroupBox5: TGroupBox
    Left = 352
    Top = 152
    Width = 313
    Height = 57
    Caption = 'Record Format:'
    TabOrder = 4
    object ComboRecordFormat: TComboBox
      Left = 8
      Top = 24
      Width = 297
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComboRecordFormatChange
      Items.Strings = (
        '8000 Hz 8 bit'
        '8000 Hz 16 bit'
        '11025 Hz 8 bit'
        '11025 Hz 16 bit'
        '22050 Hz 8 bit'
        '22050 Hz 16 bit'
        '44100Hz 8 bit'
        '44100Hz 16 bit')
    end
  end
  object GroupBox6: TGroupBox
    Left = 352
    Top = 216
    Width = 313
    Height = 81
    Caption = 'Wave Audio Capabilities'
    TabOrder = 5
    object OptionSoundCard: TRadioButton
      Left = 8
      Top = 18
      Width = 81
      Height = 18
      Caption = 'Sound Card'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object OptionLine: TRadioButton
      Left = 8
      Top = 37
      Width = 73
      Height = 17
      Caption = 'Line'
      TabOrder = 1
    end
    object CommandWaveInCaps: TButton
      Left = 208
      Top = 16
      Width = 91
      Height = 25
      Caption = 'Wave &In Caps'
      TabOrder = 2
      OnClick = CommandWaveInCapsClick
    end
    object CommandWaveOutCaps: TButton
      Left = 208
      Top = 48
      Width = 91
      Height = 25
      Caption = 'Wave &Out Caps'
      TabOrder = 3
      OnClick = CommandWaveOutCapsClick
    end
  end
  object CommandOK: TButton
    Left = 584
    Top = 312
    Width = 83
    Height = 25
    Caption = '&Ok'
    TabOrder = 6
    OnClick = CommandOKClick
  end
end

⌨️ 快捷键说明

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