SoundF.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 285
  3.   Top = 138
  4.   Width = 310
  5.   Height = 172
  6.   Caption = 'SoundB'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object MdSoundButton1: TMdSoundButton
  17.     Left = 104
  18.     Top = 56
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Press'
  22.     TabOrder = 0
  23.     SoundUp = 'RestoreUp'
  24.     SoundDown = 'RestoreDown'
  25.   end
  26. end