www.pudn.com > p1.rar > Unit1.dfm
object Form1: TForm1
Left = 141
Top = 122
Width = 799
Height = 484
Caption = 'Form1'
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 LblLength: TLabel
Left = 48
Top = 416
Width = 72
Height = 13
Caption = #21160#30011#24635#24103#25968#65306
end
object LblPos: TLabel
Left = 272
Top = 416
Width = 72
Height = 13
Caption = #21160#30011#24403#21069#24103#65306
end
object Image1: TImage
Left = 392
Top = 272
Width = 209
Height = 161
end
object MediaPlayer1: TMediaPlayer
Left = 16
Top = 224
Width = 253
Height = 30
TabOrder = 0
end
object ScrollBar1: TScrollBar
Left = 120
Top = 384
Width = 281
Height = 25
PageSize = 0
TabOrder = 1
OnScroll = ScrollBar1Scroll
end
object BtnOpen: TButton
Left = 32
Top = 296
Width = 105
Height = 25
Caption = 'Open'
TabOrder = 2
OnClick = BtnOpenClick
end
object BtnPlay: TButton
Left = 632
Top = 48
Width = 105
Height = 25
Caption = 'Play'
TabOrder = 3
OnClick = BtnPlayClick
end
object BtnPause: TButton
Left = 632
Top = 88
Width = 105
Height = 25
Caption = 'Pause'
TabOrder = 4
end
object BtnStop: TButton
Left = 632
Top = 128
Width = 105
Height = 25
Caption = 'Stop'
TabOrder = 5
end
object BtnNext: TButton
Left = 632
Top = 168
Width = 105
Height = 33
Caption = 'Next'
TabOrder = 6
end
object BtnBack: TButton
Left = 632
Top = 216
Width = 113
Height = 33
Caption = 'Back'
TabOrder = 7
end
object BtnStep: TButton
Left = 632
Top = 280
Width = 97
Height = 33
Caption = 'Step'
TabOrder = 8
end
object BtnPrev: TButton
Left = 632
Top = 336
Width = 113
Height = 25
Caption = 'Prev'
TabOrder = 9
end
object AVIPanel: TPanel
Left = 24
Top = 16
Width = 225
Height = 193
Caption = 'AVIPanel'
TabOrder = 10
end
object ShowPanel: TPanel
Left = 312
Top = 16
Width = 225
Height = 193
Caption = 'ShowPanel'
TabOrder = 11
end
object MediaPlayer2: TMediaPlayer
Left = 312
Top = 224
Width = 253
Height = 30
TabOrder = 12
end
object OpenDialog1: TOpenDialog
Left = 160
Top = 256
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 216
Top = 256
end
end