123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- object FrmCameraPlayer: TFrmCameraPlayer
- Left = 0
- Top = 0
- Align = alCustom
- BorderStyle = bsNone
- Caption = #50689#49345
- ClientHeight = 212
- ClientWidth = 380
- Color = clSilver
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- Padding.Left = 1
- Padding.Bottom = 1
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- ExplicitWidth = 320
- ExplicitHeight = 240
- PixelsPerInch = 96
- TextHeight = 14
- object PnlCamera: TPanel
- Left = 1
- Top = 20
- Width = 379
- Height = 191
- Align = alClient
- 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
- OnDblClick = PnlCameraDblClick
- object ImgNoData: TImage
- Left = 0
- Top = 0
- Width = 379
- Height = 191
- Align = alClient
- Center = True
- Visible = False
- ExplicitLeft = 15
- ExplicitTop = 27
- ExplicitWidth = 222
- ExplicitHeight = 83
- end
- object AcesTechXPlayer21: TAcesTechXPlayer2
- Left = 0
- Top = 0
- Width = 379
- Height = 191
- Align = alClient
- TabOrder = 0
- ExplicitLeft = 136
- ExplicitTop = 72
- ExplicitWidth = 100
- ExplicitHeight = 50
- ControlData = {000001002C270000BE13000000000000}
- end
- end
- object PnlName: TPanel
- Left = 1
- 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 = 1
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 212
- Top = 36
- 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#54644#51228
- OnClick = MnuDisconnectClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object MnuInfo: TMenuItem
- Caption = #51221#48372'...'
- OnClick = MnuInfoClick
- end
- end
- object FFPlayer1: TFFPlayer
- OnState = FFPlayer1State
- DisableAudio = True
- Mute = True
- Left = 256
- Top = 136
- end
- end
|