FrmCameraPlayerF.dfm 2.7 KB

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