FrmSamsungPlayer1F.dfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. object FrmSamsungPlayer1: TFrmSamsungPlayer1
  2. Left = 0
  3. Top = 0
  4. Align = alClient
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. Caption = 'Samsung Camera'
  8. ClientHeight = 264
  9. ClientWidth = 366
  10. Color = clGradientActiveCaption
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -12
  14. Font.Name = 'Tahoma'
  15. Font.Style = []
  16. OldCreateOrder = False
  17. Position = poDesigned
  18. WindowState = wsMaximized
  19. OnClose = FormClose
  20. OnDestroy = FormDestroy
  21. OnShow = FormShow
  22. ExplicitWidth = 320
  23. ExplicitHeight = 240
  24. PixelsPerInch = 96
  25. TextHeight = 14
  26. object PnlClient: TPanel
  27. Left = 0
  28. Top = 0
  29. Width = 366
  30. Height = 264
  31. Align = alClient
  32. BevelOuter = bvNone
  33. Color = clBlack
  34. DoubleBuffered = False
  35. Font.Charset = DEFAULT_CHARSET
  36. Font.Color = clWhite
  37. Font.Height = -12
  38. Font.Name = 'Tahoma'
  39. Font.Style = []
  40. ParentBackground = False
  41. ParentDoubleBuffered = False
  42. ParentFont = False
  43. TabOrder = 0
  44. DesignSize = (
  45. 366
  46. 264)
  47. object XnsSdkDevice1: TXnsSdkDevice
  48. Left = 200
  49. Top = 156
  50. Width = 100
  51. Height = 50
  52. ParentCustomHint = False
  53. TabOrder = 0
  54. OnConnectFailed = XnsSdkDevice1ConnectFailed
  55. OnDeviceStatusChanged = XnsSdkDevice1DeviceStatusChanged
  56. ControlData = {00000100560A00002B05000000000000}
  57. end
  58. object XnsSdkWindow1: TXnsSdkWindow
  59. Left = 216
  60. Top = 60
  61. Width = 100
  62. Height = 50
  63. TabOrder = 1
  64. ControlData = {00000100560A00002B05000000000000}
  65. end
  66. object LblErrMsg: TcxLabel
  67. Left = 5
  68. Top = 8
  69. Anchors = [akLeft, akTop, akRight, akBottom]
  70. Caption = 'Samsung XnsSdkDevice Initialize() fai'#13#10' return=[%d](%s)'
  71. Style.TextStyle = [fsBold]
  72. Properties.Alignment.Horz = taLeftJustify
  73. Transparent = True
  74. Visible = False
  75. end
  76. end
  77. object TmrShow: TTimer
  78. Enabled = False
  79. Interval = 200
  80. OnTimer = TmrShowTimer
  81. Left = 100
  82. Top = 48
  83. end
  84. end