FrmCameraPlayerF.dfm 2.5 KB

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