123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- object FrmIcsCam: TFrmIcsCam
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'VMS '#50689#49345
- ClientHeight = 222
- ClientWidth = 372
- Color = clBtnFace
- DefaultMonitor = dmDesktop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PopupMenu = PopupMenu1
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PnlBack: TPanel
- Left = 0
- Top = 0
- Width = 372
- Height = 222
- Align = alClient
- BevelOuter = bvNone
- Caption = ' '
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -16
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- object WebBrowser1: TWebBrowser
- Left = 0
- Top = 0
- Width = 372
- Height = 222
- Align = alClient
- TabOrder = 0
- ExplicitWidth = 1407
- ExplicitHeight = 647
- ControlData = {
- 4C000000B04C0000732600000000000000000000000000000000000000000000
- 000000004C000000000000000000000001000000E0D057007335CF11AE690800
- 2B2E126208000000000000004C0000000114020000000000C000000000000046
- 8000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000100000000000000000000000000000000000000}
- end
- end
- object PnlBlob: TPanel
- Left = 97
- Top = 143
- Width = 185
- Height = 41
- BevelOuter = bvNone
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -19
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 1
- Visible = False
- object ImgBlob: TImage
- Left = 0
- Top = 0
- Width = 185
- Height = 41
- Align = alClient
- Center = True
- Stretch = True
- ExplicitLeft = 60
- ExplicitTop = 60
- ExplicitWidth = 157
- ExplicitHeight = 77
- end
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 212
- Top = 36
- end
- object pADO: TADOQuery
- Parameters = <>
- Left = 88
- Top = 32
- 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
- end
- end
|