FrmSamsungCameraF.dfm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. object FrmSamsungCamera: TFrmSamsungCamera
  2. Left = 0
  3. Top = 0
  4. Align = alCustom
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. Caption = 'FrmSamsungCamera'
  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 = 0
  43. Width = 379
  44. Height = 211
  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 = 0
  56. Width = 379
  57. Height = 211
  58. ParentCustomHint = False
  59. Align = alClient
  60. TabOrder = 1
  61. Visible = False
  62. ExplicitTop = -16
  63. ControlData = {000001002C270000CF15000000000000}
  64. end
  65. object LblName: TcxLabel
  66. Left = 5
  67. Top = 5
  68. ParentCustomHint = False
  69. Caption = #52852#47700#46972' '#47749#52845
  70. ParentColor = False
  71. ParentFont = False
  72. ParentShowHint = False
  73. ShowHint = False
  74. Style.Font.Charset = DEFAULT_CHARSET
  75. Style.Font.Color = clWhite
  76. Style.Font.Height = -13
  77. Style.Font.Name = #47569#51008' '#44256#46357
  78. Style.Font.Style = [fsBold]
  79. Style.LookAndFeel.NativeStyle = True
  80. Style.TransparentBorder = False
  81. Style.IsFontAssigned = True
  82. StyleDisabled.LookAndFeel.NativeStyle = True
  83. StyleFocused.LookAndFeel.NativeStyle = True
  84. StyleHot.LookAndFeel.NativeStyle = True
  85. Properties.Alignment.Vert = taVCenter
  86. Transparent = True
  87. AnchorY = 14
  88. end
  89. end
  90. object PopupMenu1: TPopupMenu
  91. AutoHotkeys = maManual
  92. Left = 108
  93. Top = 124
  94. object MnuConnect: TMenuItem
  95. Caption = #50672#44208
  96. OnClick = MnuConnectClick
  97. end
  98. object MnuDisconnect: TMenuItem
  99. Caption = #50672#44208#51333#47308
  100. OnClick = MnuDisconnectClick
  101. end
  102. object N2: TMenuItem
  103. Caption = '-'
  104. Visible = False
  105. end
  106. object MnuRelease: TMenuItem
  107. Caption = #54624#45817#54644#51228
  108. Visible = False
  109. OnClick = MnuReleaseClick
  110. end
  111. end
  112. object TmrPlay: TTimer
  113. Enabled = False
  114. Interval = 500
  115. OnTimer = TmrPlayTimer
  116. Left = 248
  117. Top = 64
  118. end
  119. object TmrStop: TTimer
  120. Enabled = False
  121. Interval = 500
  122. OnTimer = TmrStopTimer
  123. Left = 232
  124. Top = 152
  125. end
  126. end