FrmSamsungPlayer1F.dfm 1.7 KB

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