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

📄 mainfrm.dfm

📁 将WAVE格式文件转换成OGG格式,程序中的动态库为OGG最新源代码修改后得出,如需要请联系我。
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Wav '#36716#25104' Ogg'#26684#24335
  ClientHeight = 114
  ClientWidth = 283
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 20
    Width = 50
    Height = 13
    Caption = 'Wav'#25991#20214':'
  end
  object Edit1: TEdit
    Left = 72
    Top = 16
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 0
    Text = 'E:\FTP\dyfz.wav'
  end
  object BitBtn1: TBitBtn
    Left = 88
    Top = 64
    Width = 75
    Height = 25
    Caption = #36716#25442
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object Button1: TButton
    Left = 199
    Top = 14
    Width = 50
    Height = 25
    Caption = '...'
    TabOrder = 2
    OnClick = Button1Click
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'wav'
    Filter = 'wav file|*.wav'
    Left = 256
    Top = 8
  end
end

⌨️ 快捷键说明

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