waveplay.dfm

来自「C++ Builder 6 编程实例教程-北京希望电子出版社出版」· DFM 代码 · 共 63 行

DFM
63
字号
object WaveForm: TWaveForm
  Left = 239
  Top = 202
  Width = 292
  Height = 182
  Caption = 'WaveForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ProgressBar1: TProgressBar
    Left = 16
    Top = 8
    Width = 249
    Height = 25
    Enabled = False
    Min = 0
    Max = 100
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 104
    Width = 75
    Height = 25
    Caption = #25171#24320#25991#20214
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 192
    Top = 104
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object MediaPlayer1: TMediaPlayer
    Left = 16
    Top = 56
    Width = 253
    Height = 25
    TabOrder = 3
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 144
    Top = 104
  end
  object OpenDialog1: TOpenDialog
    Left = 120
    Top = 104
  end
end

⌨️ 快捷键说明

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