12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- object FrmCctvCam_OLD: TFrmCctvCam_OLD
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'CCTV '#50689#49345
- ClientHeight = 203
- ClientWidth = 352
- Color = clBtnFace
- DefaultMonitor = dmDesktop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PnlBack: TPanel
- Left = 0
- Top = 0
- Width = 352
- Height = 203
- 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
- TabOrder = 0
- 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 = 196
- Top = 52
- end
- object pADO: TADOQuery
- Parameters = <>
- Left = 112
- Top = 40
- end
- end
|