FrmCameraPlayerF.dfm 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. DragMode = dmAutomatic
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -12
  14. Font.Name = 'Tahoma'
  15. Font.Style = []
  16. Padding.Left = 1
  17. Padding.Bottom = 1
  18. OldCreateOrder = False
  19. Position = poDesigned
  20. OnClose = FormClose
  21. OnDestroy = FormDestroy
  22. OnShow = FormShow
  23. PixelsPerInch = 96
  24. TextHeight = 14
  25. object PnlCamera: TPanel
  26. Left = 1
  27. Top = 20
  28. Width = 379
  29. Height = 191
  30. Align = alClient
  31. BevelOuter = bvNone
  32. Color = clBlack
  33. Font.Charset = DEFAULT_CHARSET
  34. Font.Color = clWhite
  35. Font.Height = -12
  36. Font.Name = 'Tahoma'
  37. Font.Style = []
  38. ParentBackground = False
  39. ParentFont = False
  40. TabOrder = 0
  41. OnDblClick = PnlCameraDblClick
  42. object ImgNoData: TImage
  43. Left = 0
  44. Top = 0
  45. Width = 379
  46. Height = 191
  47. Align = alClient
  48. Center = True
  49. Visible = False
  50. ExplicitLeft = 15
  51. ExplicitTop = 27
  52. ExplicitWidth = 222
  53. ExplicitHeight = 83
  54. end
  55. object AcesTechXPlayer21: TAcesTechXPlayer2
  56. Left = 0
  57. Top = 0
  58. Width = 379
  59. Height = 191
  60. Align = alClient
  61. TabOrder = 0
  62. ExplicitLeft = 136
  63. ExplicitTop = 72
  64. ExplicitWidth = 100
  65. ExplicitHeight = 50
  66. ControlData = {000001002C270000BE13000000000000}
  67. end
  68. end
  69. object PnlName: TPanel
  70. Left = 1
  71. Top = 0
  72. Width = 379
  73. Height = 20
  74. Align = alTop
  75. Alignment = taLeftJustify
  76. BevelOuter = bvNone
  77. Caption = 'Title'
  78. Color = clBlue
  79. Font.Charset = DEFAULT_CHARSET
  80. Font.Color = clWhite
  81. Font.Height = -12
  82. Font.Name = 'Tahoma'
  83. Font.Style = [fsBold]
  84. ParentBackground = False
  85. ParentFont = False
  86. TabOrder = 1
  87. end
  88. object TmrShow: TTimer
  89. Enabled = False
  90. Interval = 500
  91. OnTimer = TmrShowTimer
  92. Left = 212
  93. Top = 36
  94. end
  95. object PopupMenu1: TPopupMenu
  96. AutoHotkeys = maManual
  97. Left = 108
  98. Top = 124
  99. object MnuConnect: TMenuItem
  100. Caption = #50672#44208
  101. OnClick = MnuConnectClick
  102. end
  103. object MnuDisconnect: TMenuItem
  104. Caption = #50672#44208#54644#51228
  105. OnClick = MnuDisconnectClick
  106. end
  107. object N1: TMenuItem
  108. Caption = '-'
  109. end
  110. object MnuInfo: TMenuItem
  111. Caption = #51221#48372'...'
  112. OnClick = MnuInfoClick
  113. end
  114. end
  115. object FFPlayer1: TFFPlayer
  116. OnState = FFPlayer1State
  117. DisableAudio = True
  118. Mute = True
  119. Left = 256
  120. Top = 136
  121. end
  122. end