FrmCamViewF.dfm 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. object FrmCamera: TFrmCamera
  2. Left = 0
  3. Top = 0
  4. Align = alCustom
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. Caption = 'FrmCamera'
  8. ClientHeight = 212
  9. ClientWidth = 380
  10. Color = clSilver
  11. DragMode = dmAutomatic
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -12
  15. Font.Name = #47569#51008' '#44256#46357
  16. Font.Style = []
  17. OldCreateOrder = False
  18. PopupMenu = PopupMenu1
  19. Position = poDesigned
  20. DesignSize = (
  21. 380
  22. 212)
  23. PixelsPerInch = 96
  24. TextHeight = 15
  25. object PnlCamera: TPanel
  26. Left = 1
  27. Top = 0
  28. Width = 379
  29. Height = 211
  30. Anchors = [akLeft, akTop, akRight, akBottom]
  31. BevelOuter = bvNone
  32. Color = clBlack
  33. Font.Charset = DEFAULT_CHARSET
  34. Font.Color = clWhite
  35. Font.Height = -12
  36. Font.Name = #47569#51008' '#44256#46357
  37. Font.Style = [fsBold]
  38. ParentBackground = False
  39. ParentFont = False
  40. PopupMenu = PopupMenu1
  41. TabOrder = 0
  42. OnDragDrop = PnlCameraDragDrop
  43. OnDragOver = PnlCameraDragOver
  44. object AcesTechXPlayer21: TAcesTechXPlayer2
  45. Left = 0
  46. Top = 0
  47. Width = 379
  48. Height = 211
  49. ParentCustomHint = False
  50. Align = alClient
  51. TabOrder = 0
  52. Visible = False
  53. OnDragDrop = PnlCameraDragDrop
  54. OnDragOver = PnlCameraDragOver
  55. ExplicitTop = -16
  56. ControlData = {000001002C270000CF15000000000000}
  57. end
  58. end
  59. object LblName: TcxLabel
  60. Left = 5
  61. Top = 5
  62. ParentCustomHint = False
  63. Caption = #52852#47700#46972' '#47749#52845
  64. ParentColor = False
  65. ParentFont = False
  66. ParentShowHint = False
  67. ShowHint = False
  68. Style.Font.Charset = DEFAULT_CHARSET
  69. Style.Font.Color = clWhite
  70. Style.Font.Height = -13
  71. Style.Font.Name = #47569#51008' '#44256#46357
  72. Style.Font.Style = [fsBold]
  73. Style.LookAndFeel.NativeStyle = False
  74. Style.TransparentBorder = False
  75. Style.IsFontAssigned = True
  76. StyleDisabled.LookAndFeel.NativeStyle = False
  77. StyleFocused.LookAndFeel.NativeStyle = False
  78. StyleHot.LookAndFeel.NativeStyle = False
  79. Properties.Alignment.Vert = taVCenter
  80. Transparent = True
  81. OnClick = LblNameClick
  82. AnchorY = 14
  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 N2: TMenuItem
  97. Caption = '-'
  98. end
  99. object MnuRelease: TMenuItem
  100. Caption = #54624#45817#54644#51228
  101. OnClick = MnuReleaseClick
  102. end
  103. end
  104. object TmrPlay: TTimer
  105. Enabled = False
  106. Interval = 500
  107. OnTimer = TmrPlayTimer
  108. Left = 136
  109. Top = 104
  110. end
  111. object TmrStop: TTimer
  112. Enabled = False
  113. Interval = 500
  114. OnTimer = TmrStopTimer
  115. Left = 232
  116. Top = 152
  117. end
  118. end