FrmCameraPlayerF.dfm 2.6 KB

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