mainfrm.dfm.~2~

来自「将WAVE格式文件转换成OGG格式,程序中的动态库为OGG最新源代码修改后得出,」· ~2~ 代码 · 共 33 行

~2~
33
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Wav '#36716#25104' Ogg'#26684#24335
  ClientHeight = 56
  ClientWidth = 281
  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 = 'Edit1'
  end
end

⌨️ 快捷键说明

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