FrmCameraFullScreenF.dfm 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. object FrmCameraFullScreen: TFrmCameraFullScreen
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = #49828#53944#47532#48141#50689#49345
  6. ClientHeight = 350
  7. ClientWidth = 690
  8. Color = clBlack
  9. DefaultMonitor = dmDesktop
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poDesigned
  18. OnClose = FormClose
  19. OnDblClick = FormDblClick
  20. OnShow = FormShow
  21. PixelsPerInch = 96
  22. TextHeight = 13
  23. object PnlStream: TPanel
  24. Left = 0
  25. Top = 0
  26. Width = 690
  27. Height = 350
  28. Align = alClient
  29. BevelOuter = bvNone
  30. Caption = ' '
  31. Color = clBlack
  32. Font.Charset = DEFAULT_CHARSET
  33. Font.Color = clWhite
  34. Font.Height = -21
  35. Font.Name = #47569#51008' '#44256#46357
  36. Font.Style = [fsBold]
  37. ParentBackground = False
  38. ParentFont = False
  39. TabOrder = 0
  40. OnDblClick = PnlStreamDblClick
  41. ExplicitWidth = 651
  42. ExplicitHeight = 338
  43. end
  44. object TmrClose: TTimer
  45. Enabled = False
  46. Interval = 500
  47. OnTimer = TmrCloseTimer
  48. Left = 516
  49. Top = 76
  50. end
  51. object FFPlayer1: TFFPlayer
  52. Left = 248
  53. Top = 104
  54. end
  55. end