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

📄 unit1.dfm

📁 bass player system api c++
💻 DFM
字号:
object Form1: TForm1
  Left = 304
  Top = 224
  BorderStyle = bsToolWindow
  Caption = 'BASS full-duplex recording test with effects'
  ClientHeight = 56
  ClientWidth = 384
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 168
    Top = 8
    Width = 44
    Height = 13
    Caption = 'Latency :'
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 16
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnChange = ComboBox1Change
  end
  object CheckBox1: TCheckBox
    Left = 312
    Top = 32
    Width = 65
    Height = 17
    Caption = 'Reverb'
    TabOrder = 1
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 232
    Top = 8
    Width = 65
    Height = 17
    Caption = 'Chorus'
    TabOrder = 2
    OnClick = CheckBox2Click
  end
  object CheckBox3: TCheckBox
    Left = 312
    Top = 8
    Width = 65
    Height = 17
    Caption = 'Flanger'
    TabOrder = 3
    OnClick = CheckBox3Click
  end
  object CheckBox4: TCheckBox
    Left = 232
    Top = 32
    Width = 65
    Height = 17
    Caption = 'Gargle'
    TabOrder = 4
    OnClick = CheckBox4Click
  end
  object TrackBar1: TTrackBar
    Left = 8
    Top = 40
    Width = 145
    Height = 17
    Max = 100
    Orientation = trHorizontal
    Frequency = 1
    Position = 0
    SelEnd = 0
    SelStart = 0
    TabOrder = 5
    ThumbLength = 10
    TickMarks = tmBoth
    TickStyle = tsNone
    OnChange = TrackBar1Change
  end
  object p_latency: TPanel
    Left = 160
    Top = 32
    Width = 57
    Height = 17
    BevelOuter = bvLowered
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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