MidiPlay.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
源码类别:
Delphi/CppBuilder
开发平台:
C++ Builder
- object MidiForm: TMidiForm
- Left = 212
- Top = 159
- Width = 399
- Height = 153
- Caption = 'MidiForm'
- 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 ScrollBar1: TScrollBar
- Left = 24
- Top = 16
- Width = 345
- Height = 17
- PageSize = 0
- TabOrder = 0
- OnScroll = ScrollBar1Scroll
- end
- object BitBtn1: TBitBtn
- Left = 16
- Top = 88
- Width = 75
- Height = 25
- Caption = #25171#24320#25991#20214
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 296
- Top = 88
- Width = 75
- Height = 25
- Caption = #36864#20986
- TabOrder = 2
- OnClick = BitBtn2Click
- end
- object MediaPlayer1: TMediaPlayer
- Left = 24
- Top = 40
- Width = 343
- Height = 30
- TabOrder = 3
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 200
- Top = 88
- end
- object OpenDialog1: TOpenDialog
- Left = 152
- Top = 88
- end
- end