FrmCameraPlayerF.dfm 2.3 KB

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