FrmCameraF.dfm 3.0 KB

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