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

📄 unit1.dfm

📁 控件,支持MP3,WAV相互转换,支持编程语言:DELPHI
💻 DFM
字号:
object AudioCvtForm: TAudioCvtForm
  Left = 315
  Top = 121
  BorderStyle = bsDialog
  Caption = 'WAV & MP3 '#30456#20114#36716#25442#25511#20214
  ClientHeight = 255
  ClientWidth = 441
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 235
    Width = 441
    Height = 20
    Align = alBottom
    Min = 0
    Max = 100
    TabOrder = 0
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 441
    Height = 235
    ActivePage = TabSheet2
    Align = alTop
    TabIndex = 1
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = 'MP3 '#36716' WAV'
      object Label1: TLabel
        Left = 13
        Top = 16
        Width = 102
        Height = 12
        Caption = #36755#20837#25991#20214#65306#12304'MP3'#12305
      end
      object Label2: TLabel
        Left = 13
        Top = 62
        Width = 102
        Height = 12
        Caption = #36755#20986#25991#20214#65306#12304'WAV'#12305
      end
      object SpeedButton1: TSpeedButton
        Left = 400
        Top = 176
        Width = 30
        Height = 22
        Caption = #20851#20110
        OnClick = SpeedButton1Click
      end
      object EditInputMp3: TEdit
        Left = 29
        Top = 32
        Width = 353
        Height = 20
        ReadOnly = True
        TabOrder = 0
      end
      object EditOutWav: TEdit
        Left = 29
        Top = 79
        Width = 353
        Height = 20
        ReadOnly = True
        TabOrder = 1
      end
      object ButtonCvtWav: TButton
        Left = 30
        Top = 166
        Width = 145
        Height = 33
        Caption = #36716#25442
        TabOrder = 2
        OnClick = ButtonCvtWavClick
      end
      object ButtonStop1: TButton
        Left = 237
        Top = 166
        Width = 145
        Height = 33
        Caption = #20572#27490
        TabOrder = 3
        OnClick = ButtonStop1Click
      end
      object ButtonOpenMP3: TButton
        Left = 387
        Top = 30
        Width = 32
        Height = 23
        Caption = '...'
        TabOrder = 4
        OnClick = ButtonOpenMP3Click
      end
      object ButtonSaveWav: TButton
        Left = 387
        Top = 77
        Width = 32
        Height = 23
        Caption = '...'
        TabOrder = 5
        OnClick = ButtonSaveWavClick
      end
      object RG_SampleRateWav: TRadioGroup
        Left = 21
        Top = 110
        Width = 225
        Height = 33
        Caption = 'SampleRate'
        Columns = 4
        ItemIndex = 0
        Items.Strings = (
          '44100'
          '22050'
          '11025'
          '8000')
        TabOrder = 6
      end
      object RG_Channel: TRadioGroup
        Left = 253
        Top = 110
        Width = 137
        Height = 33
        Caption = 'Channel'
        Color = clBtnFace
        Columns = 2
        ItemIndex = 0
        Items.Strings = (
          'STEREO'
          'MONO')
        ParentColor = False
        TabOrder = 7
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'WAV '#36716' MP3'
      ImageIndex = 1
      object Label3: TLabel
        Left = 16
        Top = 7
        Width = 102
        Height = 12
        Caption = #36755#20837#25991#20214#65306#12304'WAV'#12305
      end
      object Label4: TLabel
        Left = 16
        Top = 51
        Width = 102
        Height = 12
        Caption = #36755#20986#25991#20214#65306#12304'MP3'#12305
      end
      object EditInputWav: TEdit
        Left = 32
        Top = 23
        Width = 353
        Height = 20
        ReadOnly = True
        TabOrder = 0
      end
      object EditOutMp3: TEdit
        Left = 32
        Top = 69
        Width = 353
        Height = 20
        ReadOnly = True
        TabOrder = 1
      end
      object ButtonOpenWAV: TButton
        Left = 392
        Top = 21
        Width = 32
        Height = 23
        Caption = '...'
        TabOrder = 2
        OnClick = ButtonOpenWAVClick
      end
      object ButtonSaveMP3: TButton
        Left = 392
        Top = 66
        Width = 32
        Height = 23
        Caption = '...'
        TabOrder = 3
        OnClick = ButtonSaveMP3Click
      end
      object ButtonCvtMp3: TButton
        Left = 32
        Top = 170
        Width = 145
        Height = 33
        Caption = #36716#25442
        TabOrder = 4
        OnClick = ButtonCvtMp3Click
      end
      object ButtonStop2: TButton
        Left = 248
        Top = 170
        Width = 145
        Height = 33
        Caption = #20572#27490
        TabOrder = 5
        OnClick = ButtonStop1Click
      end
      object RG_SampleRateMP3: TRadioGroup
        Left = 32
        Top = 92
        Width = 361
        Height = 33
        Caption = 'SampleRate'
        Columns = 4
        ItemIndex = 0
        Items.Strings = (
          '44100'
          '22050'
          '11025'
          '8000')
        TabOrder = 6
      end
      object RG_ModeMp3: TRadioGroup
        Left = 32
        Top = 132
        Width = 361
        Height = 33
        Caption = 'Mode'
        Color = clBtnFace
        Columns = 4
        ItemIndex = 0
        Items.Strings = (
          'STEREO'
          'JSTEREO'
          'DUALCHANNEL'
          'MONO')
        ParentColor = False
        TabOrder = 7
      end
    end
  end
  object CsAConvert1: TCsAConvert
    Left = 240
    Top = 160
    Width = 30
    Height = 25
    TabOrder = 2
    Visible = False
    OnProgress = CsAConvert1Progress
    OnEndProcess = CsAConvert1EndProcess
    ControlData = {
      545046300F544373417564696F436F6E7665727400044C656674020003546F70
      0200055769647468021E06486569676874021907436F6D70616E790608637364
      656C706869044D6F6465070653544552454F07426974726174650380000A5361
      6D706C65526174650444AC00000D4269747350657253616D706C650210084368
      616E6E656C7302020000}
  end
  object OD_MP3: TOpenDialog
    Filter = 'MP3|*.mp3'
    Left = 176
    Top = 160
  end
  object SD_Wav: TSaveDialog
    DefaultExt = 'wav'
    Filter = 'WAV|*.wav'
    Left = 208
    Top = 160
  end
  object OD_WAV: TOpenDialog
    Filter = 'WAV|*.wav'
    Left = 182
    Top = 400
  end
  object SD_MP3: TSaveDialog
    DefaultExt = 'wav'
    Filter = 'MP3|*.mp3'
    Left = 214
    Top = 400
  end
end

⌨️ 快捷键说明

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