123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- object FrmSamsungPlayer1: TFrmSamsungPlayer1
- Left = 0
- Top = 0
- Align = alCustom
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Samsung Camera'
- ClientHeight = 212
- ClientWidth = 380
- Color = clSilver
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 380
- 212)
- PixelsPerInch = 96
- TextHeight = 14
- object PnlCamera: TPanel
- Left = 1
- Top = 0
- Width = 379
- Height = 211
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentBackground = False
- ParentFont = False
- TabOrder = 0
- DesignSize = (
- 379
- 211)
- object ImgNoData: TImage
- Left = 0
- Top = 20
- Width = 379
- Height = 191
- Align = alClient
- Center = True
- Visible = False
- ExplicitLeft = 15
- ExplicitTop = 27
- ExplicitWidth = 222
- ExplicitHeight = 83
- end
- 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 PnlName: TPanel
- Left = 0
- Top = 0
- Width = 379
- Height = 20
- Align = alTop
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Title'
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 2
- ExplicitLeft = 56
- ExplicitTop = 66
- ExplicitWidth = 326
- end
- object LblErrMsg: TcxLabel
- Left = 5
- Top = 25
- 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 PopupMenu1: TPopupMenu
- AutoHotkeys = maManual
- Left = 108
- Top = 124
- object MnuConnect: TMenuItem
- Caption = 'Connect'
- OnClick = MnuConnectClick
- end
- object MnuDisconnect: TMenuItem
- Caption = 'Disconnect'
- OnClick = MnuDisconnectClick
- end
- end
- object TmrPlay: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrPlayTimer
- Left = 200
- Top = 56
- end
- object TmrStop: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrStopTimer
- Left = 232
- Top = 152
- end
- end
|