VMSWCAM0F.dfm 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. object VMSWCAM0: TVMSWCAM0
  2. Left = 0
  3. Top = 0
  4. Align = alCustom
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. Caption = 'VMSWCAM0'
  8. ClientHeight = 220
  9. ClientWidth = 367
  10. Color = clSilver
  11. ParentFont = True
  12. Padding.Left = 2
  13. Padding.Top = 2
  14. Padding.Right = 2
  15. Padding.Bottom = 2
  16. OldCreateOrder = False
  17. Position = poDesigned
  18. ShowHint = True
  19. OnClose = FormClose
  20. OnDestroy = FormDestroy
  21. OnShow = FormShow
  22. PixelsPerInch = 96
  23. TextHeight = 13
  24. object PnlMain: TPanel
  25. Left = 2
  26. Top = 2
  27. Width = 363
  28. Height = 216
  29. Align = alClient
  30. BevelInner = bvLowered
  31. ParentBackground = False
  32. TabOrder = 0
  33. object PnlTitle: TPanel
  34. Left = 2
  35. Top = 2
  36. Width = 359
  37. Height = 22
  38. Align = alTop
  39. BevelOuter = bvNone
  40. ParentColor = True
  41. TabOrder = 0
  42. Visible = False
  43. object PnlName: TPanel
  44. Left = 0
  45. Top = 0
  46. Width = 359
  47. Height = 22
  48. Cursor = crHandPoint
  49. Align = alClient
  50. Alignment = taLeftJustify
  51. BevelOuter = bvNone
  52. Caption = ' [VMS000000] '#49328#48376#44256#44032#46020#47196
  53. Font.Charset = DEFAULT_CHARSET
  54. Font.Color = clNavy
  55. Font.Height = -12
  56. Font.Name = #47569#51008' '#44256#46357
  57. Font.Style = [fsBold]
  58. ParentBackground = False
  59. ParentColor = True
  60. ParentFont = False
  61. TabOrder = 0
  62. OnClick = PnlNameClick
  63. end
  64. end
  65. object PnFormBack: TPanel
  66. Left = 2
  67. Top = 24
  68. Width = 359
  69. Height = 190
  70. Align = alClient
  71. BevelOuter = bvNone
  72. ParentBackground = False
  73. ParentColor = True
  74. TabOrder = 1
  75. OnClick = OnFormClick
  76. object PnlCamera: TPanel
  77. Left = 0
  78. Top = 0
  79. Width = 359
  80. Height = 190
  81. Align = alClient
  82. BevelInner = bvLowered
  83. Color = clBlack
  84. DoubleBuffered = False
  85. Font.Charset = DEFAULT_CHARSET
  86. Font.Color = clWhite
  87. Font.Height = -13
  88. Font.Name = #47569#51008' '#44256#46357
  89. Font.Style = [fsBold]
  90. ParentBackground = False
  91. ParentDoubleBuffered = False
  92. ParentFont = False
  93. TabOrder = 0
  94. object LblName: TcxLabel
  95. Left = 5
  96. Top = 5
  97. ParentCustomHint = False
  98. Caption = #52852#47700#46972' '#47749#52845
  99. ParentColor = False
  100. ParentFont = False
  101. ParentShowHint = False
  102. ShowHint = False
  103. Style.Font.Charset = DEFAULT_CHARSET
  104. Style.Font.Color = clWhite
  105. Style.Font.Height = -13
  106. Style.Font.Name = #47569#51008' '#44256#46357
  107. Style.Font.Style = [fsBold]
  108. Style.LookAndFeel.NativeStyle = True
  109. Style.TransparentBorder = False
  110. Style.IsFontAssigned = True
  111. StyleDisabled.LookAndFeel.NativeStyle = True
  112. StyleFocused.LookAndFeel.NativeStyle = True
  113. StyleHot.LookAndFeel.NativeStyle = True
  114. Properties.Alignment.Vert = taVCenter
  115. Transparent = True
  116. OnDblClick = LblNameDblClick
  117. AnchorY = 14
  118. end
  119. end
  120. end
  121. end
  122. object PopupMenu1: TPopupMenu
  123. AutoHotkeys = maManual
  124. AutoLineReduction = maManual
  125. OnPopup = PopupMenu1Popup
  126. Left = 200
  127. Top = 120
  128. object MnuVmsInfId: TMenuItem
  129. Caption = 'VMS ID'
  130. Default = True
  131. Enabled = False
  132. end
  133. object N2: TMenuItem
  134. Caption = '-'
  135. end
  136. object MnuCtlrPing: TMenuItem
  137. Caption = #51228#50612#44592' Ping'
  138. OnClick = MnuNetworkPingClick
  139. end
  140. object MnuWebcamPing: TMenuItem
  141. Tag = 1
  142. Caption = #50937#52852#47700#46972' Ping'
  143. OnClick = MnuNetworkPingClick
  144. end
  145. object N1: TMenuItem
  146. Caption = '-'
  147. end
  148. object MnuPlay: TMenuItem
  149. Tag = 3
  150. Caption = #52852#47700#46972' '#50672#44208'...'
  151. Hint = 'VMS'
  152. OnClick = MnuPlayClick
  153. end
  154. object MnuStop: TMenuItem
  155. Tag = 4
  156. Caption = #52852#47700#46972' '#50672#44208#54644#51228'...'
  157. Hint = 'VMS'
  158. OnClick = MnuStopClick
  159. end
  160. end
  161. object TmrPlay: TTimer
  162. Enabled = False
  163. Interval = 500
  164. OnTimer = TmrPlayTimer
  165. Left = 116
  166. Top = 132
  167. end
  168. object TmrStop: TTimer
  169. Enabled = False
  170. Interval = 500
  171. OnTimer = TmrStopTimer
  172. Left = 44
  173. Top = 132
  174. end
  175. object FFPlayer1: TFFPlayer
  176. OnState = FFPlayer1State
  177. Left = 152
  178. Top = 72
  179. end
  180. end