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

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object MpgForm: TMpgForm
  2.   Left = 209
  3.   Top = 159
  4.   Width = 467
  5.   Height = 487
  6.   Caption = 'MpgForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 434
  21.     Height = 296
  22.     Caption = 'Panel1'
  23.     DragMode = dmAutomatic
  24.     TabOrder = 0
  25.   end
  26.   object MediaPlayer1: TMediaPlayer
  27.     Left = 10
  28.     Top = 354
  29.     Width = 433
  30.     Height = 31
  31.     TabOrder = 1
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 10
  35.     Top = 404
  36.     Width = 139
  37.     Height = 40
  38.     Caption = #25171#24320#25991#20214
  39.     TabOrder = 2
  40.     OnClick = BitBtn1Click
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 315
  44.     Top = 404
  45.     Width = 129
  46.     Height = 40
  47.     Caption = #36864#20986
  48.     TabOrder = 3
  49.     OnClick = BitBtn2Click
  50.   end
  51.   object ScrollBar1: TScrollBar
  52.     Left = 10
  53.     Top = 305
  54.     Width = 434
  55.     Height = 21
  56.     Enabled = False
  57.     PageSize = 0
  58.     TabOrder = 4
  59.     OnScroll = ScrollBar1Scroll
  60.   end
  61.   object Timer1: TTimer
  62.     OnTimer = Timer1Timer
  63.     Left = 208
  64.     Top = 328
  65.   end
  66.   object OpenDialog1: TOpenDialog
  67.     Left = 160
  68.     Top = 328
  69.   end
  70. end