FrmSamsungPlayer1F.dfm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. object FrmSamsungPlayer1: TFrmSamsungPlayer1
  2. Left = 0
  3. Top = 0
  4. Align = alCustom
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. Caption = 'Samsung Camera'
  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 = 'Tahoma'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. Position = poDesigned
  19. OnClose = FormClose
  20. OnDestroy = FormDestroy
  21. OnShow = FormShow
  22. DesignSize = (
  23. 380
  24. 212)
  25. PixelsPerInch = 96
  26. TextHeight = 14
  27. object PnlCamera: TPanel
  28. Left = 1
  29. Top = 0
  30. Width = 379
  31. Height = 211
  32. Anchors = [akLeft, akTop, akRight, akBottom]
  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. DesignSize = (
  44. 379
  45. 211)
  46. object ImgNoData: TImage
  47. Left = 0
  48. Top = 20
  49. Width = 379
  50. Height = 191
  51. Align = alClient
  52. Center = True
  53. Visible = False
  54. ExplicitLeft = 15
  55. ExplicitTop = 27
  56. ExplicitWidth = 222
  57. ExplicitHeight = 83
  58. end
  59. object XnsSdkDevice1: TXnsSdkDevice
  60. Left = 200
  61. Top = 156
  62. Width = 100
  63. Height = 50
  64. ParentCustomHint = False
  65. TabOrder = 0
  66. OnConnectFailed = XnsSdkDevice1ConnectFailed
  67. OnDeviceStatusChanged = XnsSdkDevice1DeviceStatusChanged
  68. ControlData = {00000100560A00002B05000000000000}
  69. end
  70. object XnsSdkWindow1: TXnsSdkWindow
  71. Left = 216
  72. Top = 60
  73. Width = 100
  74. Height = 50
  75. TabOrder = 1
  76. ControlData = {00000100560A00002B05000000000000}
  77. end
  78. object PnlName: TPanel
  79. Left = 0
  80. Top = 0
  81. Width = 379
  82. Height = 20
  83. Align = alTop
  84. Alignment = taLeftJustify
  85. BevelOuter = bvNone
  86. Caption = 'Title'
  87. Color = clBlue
  88. Font.Charset = DEFAULT_CHARSET
  89. Font.Color = clWhite
  90. Font.Height = -12
  91. Font.Name = 'Tahoma'
  92. Font.Style = [fsBold]
  93. ParentBackground = False
  94. ParentFont = False
  95. TabOrder = 2
  96. ExplicitLeft = 56
  97. ExplicitTop = 66
  98. ExplicitWidth = 326
  99. end
  100. object LblErrMsg: TcxLabel
  101. Left = 5
  102. Top = 25
  103. Anchors = [akLeft, akTop, akRight, akBottom]
  104. Caption = 'Samsung XnsSdkDevice Initialize() fai'#13#10' return=[%d](%s)'
  105. Style.TextStyle = [fsBold]
  106. Properties.Alignment.Horz = taLeftJustify
  107. Transparent = True
  108. Visible = False
  109. end
  110. end
  111. object PopupMenu1: TPopupMenu
  112. AutoHotkeys = maManual
  113. Left = 108
  114. Top = 124
  115. object MnuConnect: TMenuItem
  116. Caption = 'Connect'
  117. OnClick = MnuConnectClick
  118. end
  119. object MnuDisconnect: TMenuItem
  120. Caption = 'Disconnect'
  121. OnClick = MnuDisconnectClick
  122. end
  123. end
  124. object TmrPlay: TTimer
  125. Enabled = False
  126. Interval = 500
  127. OnTimer = TmrPlayTimer
  128. Left = 200
  129. Top = 56
  130. end
  131. object TmrStop: TTimer
  132. Enabled = False
  133. Interval = 500
  134. OnTimer = TmrStopTimer
  135. Left = 232
  136. Top = 152
  137. end
  138. end