FrmCameraPlayerF.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. end
  56. object PnlName: TPanel
  57. Left = 1
  58. Top = 0
  59. Width = 379
  60. Height = 20
  61. Align = alTop
  62. Alignment = taLeftJustify
  63. BevelOuter = bvNone
  64. Caption = 'Title'
  65. Color = clBlue
  66. Font.Charset = DEFAULT_CHARSET
  67. Font.Color = clWhite
  68. Font.Height = -12
  69. Font.Name = 'Tahoma'
  70. Font.Style = [fsBold]
  71. ParentBackground = False
  72. ParentFont = False
  73. TabOrder = 1
  74. end
  75. object TmrShow: TTimer
  76. Enabled = False
  77. Interval = 500
  78. OnTimer = TmrShowTimer
  79. Left = 212
  80. Top = 36
  81. end
  82. object PopupMenu1: TPopupMenu
  83. AutoHotkeys = maManual
  84. Left = 108
  85. Top = 124
  86. object MnuConnect: TMenuItem
  87. Caption = #50672#44208
  88. OnClick = MnuConnectClick
  89. end
  90. object MnuDisconnect: TMenuItem
  91. Caption = #50672#44208#54644#51228
  92. OnClick = MnuDisconnectClick
  93. end
  94. object N1: TMenuItem
  95. Caption = '-'
  96. end
  97. object MnuInfo: TMenuItem
  98. Caption = #51221#48372'...'
  99. OnClick = MnuInfoClick
  100. end
  101. end
  102. object FFPlayer1: TFFPlayer
  103. OnState = FFPlayer1State
  104. DisableAudio = True
  105. Mute = True
  106. Left = 256
  107. Top = 136
  108. end
  109. end