12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- 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
- 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
- ExplicitWidth = 651
- ExplicitHeight = 338
- end
- object TmrClose: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrCloseTimer
- Left = 516
- Top = 76
- end
- object FFPlayer1: TFFPlayer
- Left = 248
- Top = 104
- end
- end
|