12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- object FrmSamsungPlayer1: TFrmSamsungPlayer1
- Left = 0
- Top = 0
- Align = alCustom
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Samsung Camera'
- ClientHeight = 328
- ClientWidth = 450
- Color = clGradientActiveCaption
- ParentFont = True
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- ExplicitWidth = 320
- ExplicitHeight = 240
- PixelsPerInch = 96
- TextHeight = 13
- object PnlClient: TPanel
- Left = 0
- Top = 0
- Width = 450
- Height = 328
- Align = alClient
- BevelOuter = bvNone
- Color = clBlack
- DoubleBuffered = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentBackground = False
- ParentDoubleBuffered = False
- ParentFont = False
- TabOrder = 0
- DesignSize = (
- 450
- 328)
- object XnsSdkDevice1: TXnsSdkDevice
- Left = 200
- Top = 156
- Width = 100
- Height = 50
- ParentCustomHint = False
- TabOrder = 0
- Visible = False
- OnConnectFailed = XnsSdkDevice1ConnectFailed
- OnDeviceStatusChanged = XnsSdkDevice1DeviceStatusChanged
- ControlData = {00000100560A00002B05000000000000}
- end
- object XnsSdkWindow1: TXnsSdkWindow
- Left = 216
- Top = 60
- Width = 100
- Height = 50
- TabOrder = 1
- ControlData = {00000100560A00002B05000000000000}
- end
- object LblErrMsg: TcxLabel
- Left = 5
- Top = 8
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Samsung XnsSdkDevice Initialize() fai'#13#10' return=[%d](%s)'
- Style.TextStyle = [fsBold]
- Properties.Alignment.Horz = taLeftJustify
- Transparent = True
- Visible = False
- end
- end
- end
|