FrmCameraPlayerF.dfm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. object FrmCameraPlayer: TFrmCameraPlayer
  2. Left = 0
  3. Top = 0
  4. Align = alCustom
  5. BorderStyle = bsNone
  6. Caption = #50689#49345
  7. ClientHeight = 212
  8. ClientWidth = 380
  9. Color = clSilver
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. Padding.Left = 1
  16. Padding.Bottom = 1
  17. OldCreateOrder = False
  18. Position = poDesigned
  19. OnClose = FormClose
  20. OnDestroy = FormDestroy
  21. OnShow = FormShow
  22. DesignSize = (
  23. 380
  24. 212)
  25. PixelsPerInch = 96
  26. TextHeight = 14
  27. object PnlCamera: TPanel
  28. Left = 1
  29. Top = 20
  30. Width = 379
  31. Height = 191
  32. Anchors = [akLeft, akTop, akRight, akBottom]
  33. BevelOuter = bvNone
  34. Color = clBlack
  35. DoubleBuffered = False
  36. Font.Charset = DEFAULT_CHARSET
  37. Font.Color = clWhite
  38. Font.Height = -12
  39. Font.Name = #47569#51008' '#44256#46357
  40. Font.Style = [fsBold]
  41. ParentBackground = False
  42. ParentDoubleBuffered = False
  43. ParentFont = False
  44. TabOrder = 0
  45. OnDblClick = PnlCameraDblClick
  46. object ImgNoData: TImage
  47. Left = 0
  48. Top = 0
  49. Width = 379
  50. Height = 191
  51. Align = alClient
  52. Center = True
  53. Visible = False
  54. ExplicitLeft = 208
  55. ExplicitTop = 90
  56. ExplicitWidth = 171
  57. ExplicitHeight = 101
  58. end
  59. object PasLibVlcPlayer1: TPasLibVlcPlayer
  60. Left = 0
  61. Top = 0
  62. Width = 379
  63. Height = 191
  64. Align = alClient
  65. OnDblClick = PasLibVlcPlayer1DblClick
  66. OsdShow = False
  67. SnapShotFmt = 'png'
  68. OnMediaPlayerMediaChanged = PasLibVlcPlayer1MediaPlayerMediaChanged
  69. OnMediaPlayerOpening = PasLibVlcPlayer1MediaPlayerOpening
  70. OnMediaPlayerPlaying = PasLibVlcPlayer1MediaPlayerPlaying
  71. OnMediaPlayerStopped = PasLibVlcPlayer1MediaPlayerStopped
  72. OnMediaPlayerEncounteredError = PasLibVlcPlayer1MediaPlayerEncounteredError
  73. OnMediaPlayerPositionChanged = PasLibVlcPlayer1MediaPlayerPositionChanged
  74. MouseEventsHandler = mehComponent
  75. end
  76. end
  77. object PnlName: TPanel
  78. Left = 1
  79. Top = 0
  80. Width = 379
  81. Height = 20
  82. Align = alTop
  83. Alignment = taLeftJustify
  84. BevelOuter = bvNone
  85. Caption = 'Title'
  86. Color = clBlue
  87. Font.Charset = DEFAULT_CHARSET
  88. Font.Color = clWhite
  89. Font.Height = -12
  90. Font.Name = 'Tahoma'
  91. Font.Style = [fsBold]
  92. ParentBackground = False
  93. ParentFont = False
  94. TabOrder = 1
  95. end
  96. object TmrShow: TTimer
  97. Enabled = False
  98. Interval = 500
  99. OnTimer = TmrShowTimer
  100. Left = 212
  101. Top = 36
  102. end
  103. object PopupMenu1: TPopupMenu
  104. AutoHotkeys = maManual
  105. Left = 108
  106. Top = 124
  107. object MnuConnect: TMenuItem
  108. Caption = #50689#49345' '#50672#44208
  109. OnClick = MnuConnectClick
  110. end
  111. object MnuDisconnect: TMenuItem
  112. Caption = #50689#49345' '#50672#44208' '#51333#47308
  113. OnClick = MnuDisconnectClick
  114. end
  115. object N1: TMenuItem
  116. Caption = '-'
  117. end
  118. object MnuInfo: TMenuItem
  119. Caption = #50689#49345' '#51221#48372'...'
  120. OnClick = MnuInfoClick
  121. end
  122. end
  123. end