MidiPlay.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object MidiForm: TMidiForm
  2.   Left = 212
  3.   Top = 159
  4.   Width = 399
  5.   Height = 153
  6.   Caption = 'MidiForm'
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ScrollBar1: TScrollBar
  18.     Left = 24
  19.     Top = 16
  20.     Width = 345
  21.     Height = 17
  22.     PageSize = 0
  23.     TabOrder = 0
  24.     OnScroll = ScrollBar1Scroll
  25.   end
  26.   object BitBtn1: TBitBtn
  27.     Left = 16
  28.     Top = 88
  29.     Width = 75
  30.     Height = 25
  31.     Caption = #25171#24320#25991#20214
  32.     TabOrder = 1
  33.     OnClick = BitBtn1Click
  34.   end
  35.   object BitBtn2: TBitBtn
  36.     Left = 296
  37.     Top = 88
  38.     Width = 75
  39.     Height = 25
  40.     Caption = #36864#20986
  41.     TabOrder = 2
  42.     OnClick = BitBtn2Click
  43.   end
  44.   object MediaPlayer1: TMediaPlayer
  45.     Left = 24
  46.     Top = 40
  47.     Width = 343
  48.     Height = 30
  49.     TabOrder = 3
  50.   end
  51.   object Timer1: TTimer
  52.     OnTimer = Timer1Timer
  53.     Left = 200
  54.     Top = 88
  55.   end
  56.   object OpenDialog1: TOpenDialog
  57.     Left = 152
  58.     Top = 88
  59.   end
  60. end