123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- object FrmEmptyCamera: TFrmEmptyCamera
- Left = 0
- Top = 0
- Align = alCustom
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'FrmEmptyCamera'
- 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
- 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 = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 0
- object ImgNoData: TImage
- Left = 0
- Top = 20
- Width = 379
- Height = 191
- Align = alClient
- Center = True
- Visible = False
- ExplicitLeft = 27
- ExplicitTop = 22
- ExplicitWidth = 96
- ExplicitHeight = 93
- end
- object PnlName: TPanel
- Left = 0
- Top = 0
- Width = 379
- Height = 20
- Align = alTop
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Title'
- Color = clBlue
- ParentBackground = False
- TabOrder = 0
- 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
|