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

📄 unitaudio.dfm

📁 不错的远程控制程序
💻 DFM
字号:
object Audio: TAudio
  Left = 484
  Top = 234
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22768#38899#30417#25511
  ClientHeight = 94
  ClientWidth = 183
  Color = cl3DLight
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCanResize = FormCanResize
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDeactivate = FormDeactivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 51
    Height = 13
    Caption = #37319#26679#39057#29575':'
  end
  object Label2: TLabel
    Left = 88
    Top = 8
    Width = 27
    Height = 13
    Caption = #35774#22791':'
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 24
    Width = 81
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = '44100'
    Items.Strings = (
      '48000'
      '44100'
      '22100'
      '11050'
      '8000')
  end
  object ComboBox2: TComboBox
    Left = 96
    Top = 24
    Width = 81
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'Stereo'
    Items.Strings = (
      'Stereo'
      'Mono')
  end
  object CheckBox1: TCheckBox
    Left = 5
    Top = 53
    Width = 65
    Height = 17
    Caption = #21551#21160
    Enabled = False
    TabOrder = 2
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 77
    Top = 53
    Width = 49
    Height = 17
    Caption = #24369#38899
    Enabled = False
    TabOrder = 3
    OnClick = CheckBox1Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 75
    Width = 183
    Height = 19
    Panels = <
      item
        Text = #31561#24453#36830#25509
        Width = 50
      end>
  end
end

⌨️ 快捷键说明

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