123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- object FrmCameraFullScreen: TFrmCameraFullScreen
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = #49828#53944#47532#48141#50689#49345
- ClientHeight = 338
- ClientWidth = 651
- 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 = 651
- Height = 338
- 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
- ExplicitLeft = 56
- ExplicitTop = 24
- ExplicitWidth = 371
- ExplicitHeight = 186
- end
- object FFPlayer1: TFFPlayer
- Left = 264
- Top = 160
- end
- object TmrClose: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrCloseTimer
- Left = 516
- Top = 76
- end
- end
|