123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- object FrmSamsungCamera: TFrmSamsungCamera
- Left = 0
- Top = 0
- Align = alCustom
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'FrmSamsungCamera'
- ClientHeight = 212
- ClientWidth = 380
- Color = clSilver
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- DesignSize = (
- 380
- 212)
- PixelsPerInch = 96
- TextHeight = 15
- 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 = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 0
- object ImgNoData: TImage
- Left = 0
- Top = 0
- Width = 379
- Height = 211
- Align = alClient
- Center = True
- Visible = False
- ExplicitLeft = 27
- ExplicitTop = 22
- ExplicitWidth = 96
- ExplicitHeight = 93
- end
- object AcesTechXPlayer21: TAcesTechXPlayer2
- Left = 0
- Top = 0
- Width = 379
- Height = 211
- ParentCustomHint = False
- Align = alClient
- TabOrder = 1
- Visible = False
- ExplicitTop = -16
- ControlData = {000001002C270000CF15000000000000}
- end
- object LblName: TcxLabel
- Left = 5
- Top = 5
- ParentCustomHint = False
- Caption = #52852#47700#46972' '#47749#52845
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- Style.Font.Charset = DEFAULT_CHARSET
- Style.Font.Color = clWhite
- Style.Font.Height = -13
- Style.Font.Name = #47569#51008' '#44256#46357
- Style.Font.Style = [fsBold]
- Style.LookAndFeel.NativeStyle = True
- Style.TransparentBorder = False
- Style.IsFontAssigned = True
- StyleDisabled.LookAndFeel.NativeStyle = True
- StyleFocused.LookAndFeel.NativeStyle = True
- StyleHot.LookAndFeel.NativeStyle = True
- Properties.Alignment.Vert = taVCenter
- Transparent = True
- AnchorY = 14
- end
- end
- object PopupMenu1: TPopupMenu
- AutoHotkeys = maManual
- Left = 108
- Top = 124
- object MnuConnect: TMenuItem
- Caption = #50672#44208
- OnClick = MnuConnectClick
- end
- object MnuDisconnect: TMenuItem
- Caption = #50672#44208#51333#47308
- OnClick = MnuDisconnectClick
- end
- object N2: TMenuItem
- Caption = '-'
- Visible = False
- end
- object MnuRelease: TMenuItem
- Caption = #54624#45817#54644#51228
- Visible = False
- OnClick = MnuReleaseClick
- end
- end
- object TmrPlay: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrPlayTimer
- Left = 248
- Top = 64
- end
- object TmrStop: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrStopTimer
- Left = 232
- Top = 152
- end
- end
|