43 lines
835 B
Plaintext
43 lines
835 B
Plaintext
object MainForm: TMainForm
|
|
Left = 367
|
|
Height = 339
|
|
Top = 135
|
|
Width = 414
|
|
Caption = 'DemoPasLivVlcPlayerPauseAtStart'
|
|
ClientHeight = 339
|
|
ClientWidth = 414
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
LCLVersion = '1.8.0.6'
|
|
object mrlEdit: TEdit
|
|
Left = 12
|
|
Height = 21
|
|
Top = 12
|
|
Width = 391
|
|
TabOrder = 0
|
|
end
|
|
object player: TPasLibVlcPlayer
|
|
Left = 12
|
|
Top = 44
|
|
Width = 391
|
|
BevelOuter = bvNone
|
|
ParentColor = False
|
|
TabOrder = 1
|
|
SnapShotFmt = 'png'
|
|
OnMediaPlayerTimeChanged = playerMediaPlayerTimeChanged
|
|
end
|
|
object playButton: TButton
|
|
Left = 164
|
|
Height = 25
|
|
Top = 300
|
|
Width = 75
|
|
Caption = 'Play'
|
|
OnClick = playButtonClick
|
|
TabOrder = 2
|
|
end
|
|
end
|