123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- object FrmSamsungPlayer1: TFrmSamsungPlayer1
- Left = 0
- Top = 0
- Align = alClient
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Samsung Camera'
- ClientHeight = 264
- ClientWidth = 366
- Color = clGradientActiveCaption
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- WindowState = wsMaximized
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- ExplicitWidth = 320
- ExplicitHeight = 240
- PixelsPerInch = 96
- TextHeight = 14
- object PnlClient: TPanel
- Left = 0
- Top = 0
- Width = 366
- Height = 264
- 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 = (
- 366
- 264)
- object XnsSdkDevice1: TXnsSdkDevice
- Left = 200
- Top = 156
- Width = 100
- Height = 50
- ParentCustomHint = False
- TabOrder = 0
- 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
- object TmrShow: TTimer
- Enabled = False
- Interval = 200
- OnTimer = TmrShowTimer
- Left = 100
- Top = 48
- end
- end
|