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

📄 main.dfm

📁 delphi audio 处理控件
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 109
  Width = 257
  Height = 153
  Caption = 'MP3 Converter'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 48
    Width = 82
    Height = 13
    Caption = 'Ogg compression'
  end
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Input...'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 88
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Output...'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 168
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Convert'
    TabOrder = 2
    OnClick = Button3Click
  end
  object ProgressBar1: TProgressBar
    Left = 8
    Top = 80
    Width = 233
    Height = 17
    Min = 0
    Max = 100
    Smooth = True
    Step = 2
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 104
    Top = 48
    Width = 41
    Height = 21
    TabOrder = 4
    Text = '0,2'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 105
    Width = 249
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object MP3ToWav1: TMP3ToWav
    OnDone = MP3ToWav1Done
    OnProgress = MP3ToWav1Progress
    Left = 152
    Top = 40
  end
  object OpenDialog1: TOpenDialog
    Filter = 'MP3 files|*.mp3'
    Left = 184
    Top = 40
  end
  object SaveDialog1: TSaveDialog
    Filter = 'Wave|*.wav|Ogg Vorbis|*.ogg'
    Left = 216
    Top = 40
  end
  object WaveIn1: TWaveIn
    EndSample = -1
    Loop = False
    StartSample = 0
    Left = 152
    Top = 72
  end
end

⌨️ 快捷键说明

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