1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- object FrmCameraFullScreen: TFrmCameraFullScreen
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = #49828#53944#47532#48141#50689#49345
- ClientHeight = 350
- ClientWidth = 690
- Color = clBlack
- DefaultMonitor = dmDesktop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDblClick = FormDblClick
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PnlStream: TPanel
- Left = 0
- Top = 0
- Width = 690
- Height = 350
- Align = alClient
- BevelOuter = bvNone
- Caption = ' '
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -21
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 0
- OnDblClick = PnlStreamDblClick
- object PasLibVlcPlayer1: TPasLibVlcPlayer
- Left = 0
- Top = 0
- Width = 690
- Height = 350
- Align = alClient
- Visible = False
- OnDblClick = PasLibVlcPlayer1DblClick
- OsdShow = False
- SnapShotFmt = 'png'
- OnMediaPlayerPlaying = PasLibVlcPlayer1MediaPlayerPlaying
- OnMediaPlayerPositionChanged = PasLibVlcPlayer1MediaPlayerPositionChanged
- MouseEventsHandler = mehComponent
- ExplicitLeft = 3
- ExplicitTop = 3
- ExplicitWidth = 885
- ExplicitHeight = 589
- end
- end
- object TmrClose: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrCloseTimer
- Left = 516
- Top = 76
- end
- end
|