FrmCameraFullScreenF.dfm 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. OnKeyPress = FormKeyPress
  21. OnShow = FormShow
  22. PixelsPerInch = 96
  23. TextHeight = 13
  24. object PnlStream: TPanel
  25. Left = 0
  26. Top = 0
  27. Width = 690
  28. Height = 350
  29. Align = alClient
  30. BevelOuter = bvNone
  31. Caption = ' '
  32. Color = clBlack
  33. Font.Charset = DEFAULT_CHARSET
  34. Font.Color = clWhite
  35. Font.Height = -21
  36. Font.Name = #47569#51008' '#44256#46357
  37. Font.Style = [fsBold]
  38. ParentBackground = False
  39. ParentFont = False
  40. TabOrder = 0
  41. OnDblClick = PnlStreamDblClick
  42. object PasLibVlcPlayer1: TPasLibVlcPlayer
  43. Left = 0
  44. Top = 0
  45. Width = 690
  46. Height = 350
  47. Align = alClient
  48. Visible = False
  49. OnDblClick = PasLibVlcPlayer1DblClick
  50. OsdShow = False
  51. SnapShotFmt = 'png'
  52. OnMediaPlayerPlaying = PasLibVlcPlayer1MediaPlayerPlaying
  53. OnMediaPlayerPositionChanged = PasLibVlcPlayer1MediaPlayerPositionChanged
  54. MouseEventsHandler = mehComponent
  55. ExplicitLeft = 3
  56. ExplicitTop = 3
  57. ExplicitWidth = 885
  58. ExplicitHeight = 589
  59. end
  60. end
  61. object TmrClose: TTimer
  62. Enabled = False
  63. Interval = 500
  64. OnTimer = TmrCloseTimer
  65. Left = 516
  66. Top = 76
  67. end
  68. end