MpgPlay.dfm
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
源码类别:
Delphi/CppBuilder
开发平台:
C++ Builder
- object MpgForm: TMpgForm
- Left = 209
- Top = 159
- Width = 467
- Height = 487
- Caption = 'MpgForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 434
- Height = 296
- Caption = 'Panel1'
- DragMode = dmAutomatic
- TabOrder = 0
- end
- object MediaPlayer1: TMediaPlayer
- Left = 10
- Top = 354
- Width = 433
- Height = 31
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 10
- Top = 404
- Width = 139
- Height = 40
- Caption = #25171#24320#25991#20214
- TabOrder = 2
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 315
- Top = 404
- Width = 129
- Height = 40
- Caption = #36864#20986
- TabOrder = 3
- OnClick = BitBtn2Click
- end
- object ScrollBar1: TScrollBar
- Left = 10
- Top = 305
- Width = 434
- Height = 21
- Enabled = False
- PageSize = 0
- TabOrder = 4
- OnScroll = ScrollBar1Scroll
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 208
- Top = 328
- end
- object OpenDialog1: TOpenDialog
- Left = 160
- Top = 328
- end
- end