70 lines
2.7 KiB
Plaintext
70 lines
2.7 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'FmxDemoPasLibVlcPlayer'
|
|
ClientHeight = 480
|
|
ClientWidth = 640
|
|
Position = ScreenCenter
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
OnCreate = FormCreate
|
|
OnClose = FormClose
|
|
DesignerMasterStyle = 0
|
|
object OpenDialog: TOpenDialog
|
|
InitialDir = 'C:\_LibXE\vlc\_testFiles'
|
|
Left = 560
|
|
Top = 72
|
|
end
|
|
object Panel1: TPanel
|
|
Align = Right
|
|
Position.X = 520.000000000000000000
|
|
Size.Width = 120.000000000000000000
|
|
Size.Height = 480.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 3
|
|
object OpenButton: TButton
|
|
Position.X = 24.000000000000000000
|
|
Position.Y = 24.000000000000000000
|
|
TabOrder = 0
|
|
Text = 'Open'
|
|
OnClick = OpenButtonClick
|
|
end
|
|
end
|
|
object FmxPasLibVlcPlayer1: TFmxPasLibVlcPlayer
|
|
MultiResBitmap = <
|
|
item
|
|
Width = 320
|
|
Height = 160
|
|
PNG = {
|
|
89504E470D0A1A0A0000000D4948445200000140000000A008060000007DA3B5
|
|
9C000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
|
|
022749444154785EEDD4410DC0300003B174FC396F7D8CC5D952140677B6BD77
|
|
0039CFFF00390208640920902580409600025902086409209025804096000259
|
|
0208640920902580409600025902086409209025804096000259020864092090
|
|
2580409600025902086409209025804096000259020864092090258040960002
|
|
5902086409209025804096000259020864092090258040960002590208640920
|
|
9025804096000259020864092090258040960002590208640920902580409600
|
|
0259020864092090258040960002590208640920902580409600025902086409
|
|
2090258040960002590208640920902580409600025902086409209025804096
|
|
0002590208640920902580409600025902086409209025804096000259020864
|
|
0920902580409600025902086409209025804096000259020864092090258040
|
|
9600025902086409209025804096000259020864092090258040960002590208
|
|
6409209025804096000259020864092090258040960002590208640920902580
|
|
4096000259020864092090258040960002590208640920902580409600025902
|
|
0864092090258040960002590208640920902580409600025902086409209025
|
|
8040960002590208640920902580409600025902086409209025804096000259
|
|
0208640920902580409600025902086409209025804096000259020864092090
|
|
2580409600025902086409209025804096000259020864092090258040960002
|
|
59020864092010B57D4C3F023F2CCA8F680000000049454E44AE426082}
|
|
end>
|
|
Align = Client
|
|
Size.Width = 520.000000000000000000
|
|
Size.Height = 480.000000000000000000
|
|
Size.PlatformDefault = False
|
|
WrapMode = Stretch
|
|
SnapShotFmt = 'png'
|
|
OnMediaPlayerVideoSizeChanged = FmxPasLibVlcPlayer1MediaPlayerVideoSizeChanged
|
|
end
|
|
end
|