FrmCameraF.dfm 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. Position = poDesigned
  19. DesignSize = (
  20. 380
  21. 212)
  22. PixelsPerInch = 96
  23. TextHeight = 15
  24. object PnlCamera: TPanel
  25. Left = 1
  26. Top = 0
  27. Width = 379
  28. Height = 211
  29. Anchors = [akLeft, akTop, akRight, akBottom]
  30. BevelOuter = bvNone
  31. Color = clBlack
  32. Font.Charset = DEFAULT_CHARSET
  33. Font.Color = clWhite
  34. Font.Height = -12
  35. Font.Name = #47569#51008' '#44256#46357
  36. Font.Style = [fsBold]
  37. ParentBackground = False
  38. ParentFont = False
  39. TabOrder = 0
  40. object ImgNoData: TImage
  41. Left = 0
  42. Top = 20
  43. Width = 379
  44. Height = 191
  45. Align = alClient
  46. Center = True
  47. Visible = False
  48. ExplicitLeft = 27
  49. ExplicitTop = 22
  50. ExplicitWidth = 96
  51. ExplicitHeight = 93
  52. end
  53. object AcesTechXPlayer21: TAcesTechXPlayer2
  54. Left = 0
  55. Top = 20
  56. Width = 379
  57. Height = 191
  58. ParentCustomHint = False
  59. Align = alClient
  60. TabOrder = 1
  61. Visible = False
  62. ExplicitTop = -16
  63. ExplicitHeight = 211
  64. ControlData = {000001002C270000BE13000000000000}
  65. end
  66. object LblName: TcxLabel
  67. Left = 5
  68. Top = 5
  69. ParentCustomHint = False
  70. Caption = #52852#47700#46972' '#47749#52845
  71. ParentColor = False
  72. ParentFont = False
  73. ParentShowHint = False
  74. ShowHint = False
  75. Style.Font.Charset = DEFAULT_CHARSET
  76. Style.Font.Color = clWhite
  77. Style.Font.Height = -13
  78. Style.Font.Name = #47569#51008' '#44256#46357
  79. Style.Font.Style = [fsBold]
  80. Style.LookAndFeel.NativeStyle = True
  81. Style.TransparentBorder = False
  82. Style.IsFontAssigned = True
  83. StyleDisabled.LookAndFeel.NativeStyle = True
  84. StyleFocused.LookAndFeel.NativeStyle = True
  85. StyleHot.LookAndFeel.NativeStyle = True
  86. Properties.Alignment.Vert = taVCenter
  87. Transparent = True
  88. AnchorY = 14
  89. end
  90. object PnlName: TPanel
  91. Left = 0
  92. Top = 0
  93. Width = 379
  94. Height = 20
  95. Align = alTop
  96. Alignment = taLeftJustify
  97. BevelOuter = bvNone
  98. Caption = 'Title'
  99. Color = clBlue
  100. ParentBackground = False
  101. TabOrder = 2
  102. end
  103. end
  104. object PopupMenu1: TPopupMenu
  105. AutoHotkeys = maManual
  106. Left = 108
  107. Top = 124
  108. object MnuConnect: TMenuItem
  109. Caption = #50672#44208
  110. OnClick = MnuConnectClick
  111. end
  112. object MnuDisconnect: TMenuItem
  113. Caption = #50672#44208#51333#47308
  114. OnClick = MnuDisconnectClick
  115. end
  116. object N2: TMenuItem
  117. Caption = '-'
  118. Visible = False
  119. end
  120. object MnuRelease: TMenuItem
  121. Caption = #54624#45817#54644#51228
  122. Visible = False
  123. OnClick = MnuReleaseClick
  124. end
  125. end
  126. object TmrPlay: TTimer
  127. Enabled = False
  128. Interval = 500
  129. OnTimer = TmrPlayTimer
  130. Left = 248
  131. Top = 64
  132. end
  133. object TmrStop: TTimer
  134. Enabled = False
  135. Interval = 500
  136. OnTimer = TmrStopTimer
  137. Left = 232
  138. Top = 152
  139. end
  140. end