123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- object FrmCameraPlayer: TFrmCameraPlayer
- Left = 0
- Top = 0
- Align = alCustom
- BorderStyle = bsNone
- Caption = #50689#49345
- ClientHeight = 212
- ClientWidth = 380
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- Padding.Left = 1
- Padding.Bottom = 1
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 380
- 212)
- PixelsPerInch = 96
- TextHeight = 14
- object PnlCamera: TPanel
- Left = 1
- Top = 20
- Width = 379
- Height = 191
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- Color = clBlack
- DoubleBuffered = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentBackground = False
- ParentDoubleBuffered = False
- ParentFont = False
- TabOrder = 0
- OnDblClick = PnlCameraDblClick
- object ImgNoData: TImage
- Left = 0
- Top = 0
- Width = 379
- Height = 191
- Align = alClient
- Center = True
- Visible = False
- ExplicitLeft = 208
- ExplicitTop = 90
- ExplicitWidth = 171
- ExplicitHeight = 101
- end
- object PasLibVlcPlayer1: TPasLibVlcPlayer
- Left = 0
- Top = 0
- Width = 379
- Height = 191
- Align = alClient
- OnDblClick = PasLibVlcPlayer1DblClick
- OsdShow = False
- SnapShotFmt = 'png'
- OnMediaPlayerMediaChanged = PasLibVlcPlayer1MediaPlayerMediaChanged
- OnMediaPlayerOpening = PasLibVlcPlayer1MediaPlayerOpening
- OnMediaPlayerPlaying = PasLibVlcPlayer1MediaPlayerPlaying
- OnMediaPlayerStopped = PasLibVlcPlayer1MediaPlayerStopped
- OnMediaPlayerEncounteredError = PasLibVlcPlayer1MediaPlayerEncounteredError
- OnMediaPlayerPositionChanged = PasLibVlcPlayer1MediaPlayerPositionChanged
- MouseEventsHandler = mehComponent
- end
- end
- object PnlName: TPanel
- Left = 1
- Top = 0
- Width = 379
- Height = 20
- Align = alTop
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Title'
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 1
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 212
- Top = 36
- end
- object PopupMenu1: TPopupMenu
- AutoHotkeys = maManual
- Left = 108
- Top = 124
- object MnuConnect: TMenuItem
- Caption = #50689#49345' '#50672#44208
- OnClick = MnuConnectClick
- end
- object MnuDisconnect: TMenuItem
- Caption = #50689#49345' '#50672#44208' '#51333#47308
- OnClick = MnuDisconnectClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object MnuInfo: TMenuItem
- Caption = #50689#49345' '#51221#48372'...'
- OnClick = MnuInfoClick
- end
- end
- end
|